function setMovie(url) {
  //document.getElementById("video_object").innerHTML = '<object width="512" height="288"><param name="movie" value="/flash/'+url+'"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent"></param><embed src="/flash/'+url+'" type="application/x-shockwave-flash" allowFullScreen="true" wmode="transparent" width="512" height="288"></embed></object>';
  
  $('#video_object').html('<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="512" height="288"><param name="movie" value="/flash/player.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="file=/flash/'+url+'&controlbar=over&autostart=true&backcolor=0x250d00&frontcolor=0xc5a375&image=/images/flash_video_holder2.jpg" /><embed type="application/x-shockwave-flash" id="player2" name="player2" src="/flash/player.swf" width="512" height="288" allowscriptaccess="always" allowfullscreen="true" flashvars="file=/flash/'+url+'&controlbar=over&autostart=true&backcolor=0x250d00&frontcolor=0xc5a375&image=/images/flash_video_holder2.jpg" /></object>');
}