function InsertTrailer()
{
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
		codebase="http://www.apple.com/qtactivex/qtplugin.cab" 
		height="286" 
		width="480">\n');
	document.write('<param name="src" value="./video/teaser_new_med.mov" />\n');
	document.write('<param name="autoplay" value="true">\n');
	document.write('<param name="controller" value="true">\n');
	document.write('<param name="loop" value="false">\n');
	document.write('<param name="type" value="video/quicktime">\n');
	document.write('<param name="target" value="myself">\n');
	document.write('<embed height="286" 
				pluginspage="http://www.apple.com/quicktime/download/" 
				src="./video/teaser_new_med.mov" 
				type="video/quicktime" 
				width="480" 
				autoplay=true 
				controller=true 	
				loop=false 	
				target="myself" /> \n');
	document.write('</object>\n');
}