function Advert()
{
document.write('<object classid="clsid: 02BF25D5-8C17-4B23-BC80-D3488ABDDC6B WIDTH="480" HEIGHT="360" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" ...>\n');
document.write('<param name="src" value="Advert.mov" />\n');
document.write('<param name="autoplay" value="true" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<embed src="Advert.mov" WIDTH="480" HEIGHT="376" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" type="video/quicktime" QTNEXT1="<index.html>"></EMBED>\n');
document.write('</object>\n');
}

function Advert2()
{
document.write('<object classid="clsid: 02BF25D5-8C17-4B23-BC80-D3488ABDDC6B WIDTH="360" HEIGHT="270" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" ...>\n');
document.write('<param name="src" value="360x270.mov" />\n');
document.write('<param name="autoplay" value="true" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<embed src="360x270.mov" WIDTH="360" HEIGHT="286" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" type="video/quicktime" </EMBED>\n');
document.write('</object>\n');
}

