function RunFlash() 
{
  // flash_head.js
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="211" height="114">');
  document.write('<param name="movie" value="http://www.allen-carr.de/flash/earth5.swf">');
  document.write('<param name="quality" value="high">');
  document.write('<param name="play" value="true">');
  document.write('<embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.allen-carr.de/flash/earth5.swf" type="application/x-shockwave-flash" width="211" height="114"></embed>');
  document.write('</object>');
}

function RunRaucherzoneFlash()
{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" id="raucherzone" width="350" height="350">');
  document.write('<param name="movie" value="http://www.allen-carr.de/flash/raucherzone.swf">');
  document.write('<param name="bgcolor" value="#FFFFFF">');
  document.write('<param name="quality" value="high">');
  document.write('<param name="allowscriptaccess" value="samedomain">');
  document.write('<embed pluginspage="http://www.macromedia.com/go/getflashplayer" name="raucherzone" src="http://www.allen-carr.de/flash/raucherzone.swf" swliveconnect="true" allowscriptaccess="samedomain" bgcolor="#FFFFFF" quality="high" type="application/x-shockwave-flash" width="350" height="350"></embed>');
  document.write('</object>');
} 
