
function RunVideo()
{
document.write('<object width="290" height="200">');
document.write('<param name="movie" value="http://www.youtube-nocookie.com/v/Dlpd01RUryU?fs=1&amp;hl=en_US" />');
document.write('<param name="allowFullScreen" value="true" />');
document.write('<param name="allowscriptaccess" value="always">');
document.write('<embed src="http://www.youtube-nocookie.com/v/Dlpd01RUryU?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="290" height="200" />');
document.write('</embed>');
document.write('</object>');
}


