//window.onload=getYouTubeMovie;
function getYouTubeMovie() 
{ 
var random_movie = new Array ( );
random_movie[0] = "http://www.youtube.com/v/SxeAfr_GYO8&hl=en_US&fs=1&";
random_movie[1] = "http://www.youtube.com/v/cnD948xxwds&hl=en_US&fs=1&";
random_movie[2] = "http://www.youtube.com/v/d4GZpMgilRs&hl=en_US&fs=1&";
random_movie[3] = "http://www.youtube.com/v/3FypZgSXZ_o&hl=en_US&fs=1&";
random_movie[4] = "http://www.youtube.com/v/JKS4zUWFe1k&hl=en_US&fs=1&";
random_movie[5] = "http://www.youtube.com/v/zska5RYV01c&hl=en_US&fs=1&";
random_movie[6] = "http://www.youtube.com/v/f2E6K0AXjqE&hl=en_US&fs=1&";
random_movie[7] = "http://www.youtube.com/v/lhvSIXriviE&hl=en_US&fs=1&";
random_movie[8] = "http://www.youtube.com/v/7fAuYQN9TJE&hl=en_US&fs=1&";
random_movie[9] = "http://www.youtube.com/v/APQyvlwpRYI&hl=en_US&fs=1&";
whichMovie = Math.floor(Math.random()*random_movie.length); 
movie_file_string = random_movie[whichMovie];
document.write('<object width="320" height="265" align="right" style="margin:10px;"><param value="'+movie_file_string+'" name="movie"/><param value="true" name="allowFullScreen"/><param value="always" name="allowscriptaccess"/><embed width="320" height="265"  align="right" style="margin:10px;" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="'+movie_file_string+'"/></object>'); 
} 