function film() 
{
document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="weml" width="500" height="80">');
document.writeln('<param name="movie" value="http://www.rwg-boerse.de/top.swf">');
document.writeln('<param name="quality" value="high">');
document.writeln('<param name="bgcolor" value="#FFFFFF">');
document.writeln('<embed name="weml" src="http://www.rwg-boerse.de/top.swf" quality="high" bgcolor="#FFFFFF" width="500" height="80" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" style="margin: 0;">');
document.writeln('</embed>');
document.writeln('</object>');
}
