// XBox ad movie insert as recommended by http://www.apple.com/quicktime/tutorials/embed.html
function insertxboxmovie(){
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" height="126" width="192" name="xboxmpeg">');
document.write('<param name="target" value="win2" />');
document.write('<param name="href" value="http://www.playmore.com/" />');
document.write('<param name="cache" value="true" />');
document.write('<param name="src" value="../multimedia/xbox.mpg" />');
document.write('<param name="autoplay" value="false" />');
document.write('<param name="controller" value="true" />');
document.write('<embed height="126" name="xboxmpeg" pluginspage="http://www.apple.com/quicktime/download/" src="../multimedia/xbox.mpg" type="video/mpeg" width="192" controller="true" autoplay="false" cache="true" href="http://www.playmore.com/" target="win2" />');
document.write('</object>');
}