  
function embedVideo( videoURL, video_number )
{

 var embedString = "<object width='660' height='405'><param name='movie' value='http://www.youtube.com/v/";
 embedString += videoURL;
 embedString += "&hl=en&fs=1&rel=0&hd=1'></param><param name='allowFullScreen' ";
 embedString += "value='true'></param><param name='allowscriptaccess' value='always'></param>";
 embedString += "<embed src='http://www.youtube.com/v/";
 embedString += videoURL;
 embedString += "&hl=en&fs=1&rel=0&ap=%2526&fmt=22' ";
 embedString += "type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='660' height='405'></embed></object>";
 document.write( embedString );


/*

if( !video_number )
{
  video_number = 0;
}

document.write("<span class='vvqbox vvqyoutube' style='width:700px;height:420px;'><span id='vvq49b33737d50a9");
document.write( video_number );
document.write( "'>");
document.write("<a href='http://www.youtube.com/watch?v='");
document.write( videoURL );
document.write("'><img src='http://img.youtube.com/vi/");
document.write( videoURL );
document.write("0.jpg' alt='YouTube Preview Image' /></a></span></span></p>");

videoCode = "http://www.youtube.com/v/";
videoCode += videoURL;
videoCode += "&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=0";
var divName = "vvq49b33737d50a9" + video_number;
swfobject.embedSWF( videoCode, divName, "700", "420", "9", vvqexpressinstall, vvqflashvars, vvqparams, vvqattributes);
*/
}