<*** type="text/java***">
function myVideoPlay() {
//alert('SWFObject' + typeof window.SWFObject);
if(!window.SWFObject || !document.getElementById("pageover")){
setTimeout('myVideoPlay();', 200);
return;
}
play('player', 69523076, false);
}
myVideoPlay();
***>