// JavaScript Document
function RunFooVideoBig()
{
   document.write('<object width="500" height="418">\n');
   document.write('<param name="movie" value="http://www.youtube.com/watch?v=hYjwYXvFx5M" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="http://www.youtube.com/watch?v=hYjwYXvFx5M" width="500" height="418"></embed>\n');
   
   document.write('</object>\n');
}