function film() 
{
document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" id="Film" width="580" height="202">');
document.writeln('<param name="movie" value="film.swf">');
document.writeln('<param name="bgcolor" value="#FFFFFF">');
document.writeln('<param name="quality" value="high">');
document.writeln('<param name="allowscriptaccess" value="samedomain">');
document.writeln('<embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" name="Film" width="580" height="202" src="film.swf" bgcolor="#FFFFFF" quality="high" allowscriptaccess="samedomain">');
document.writeln('<noembed>');
document.writeln('</noembed>');
document.writeln('</embed>');
document.writeln('</object>');      
}
