  function PlayVideo(id, thumb, title, user_initiated)
      {
    
        g_swfObject = new SWFObject(id + "&autoplay=1", "cur_video_swf", "240", "180", "7");
        g_swfObject.write("cur_video");
		
		
		document.getElementById('cur_video_title').innerHTML =title;

        g_lastVideo = id;
        g_lastThumb = thumb;
        g_lastDescription = title;
     
	 
	 
	  }
	  
