  LoadFlashObject('/icantoo-220x193.swf',220,193,'icantoobanner');
  
  function LoadFlashObject(FlashURL,Width,Height,Name)
    {
     document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+Width+'" height="'+Height+'" id="'+Name+'" align="middle">');
     document.write('<param name="allowScriptAccess" value="sameDomain" />');
     document.write('<param name="allowFullScreen" value="false" />');
     document.write('<param name="movie" value="'+FlashURL+'" />');
     document.write('<param name="quality" value="high" />');
     document.write('<param name="bgcolor" value="#7A3F75" />');
     //document.write('<param name="wmode" value="transparent" />');
     document.write('<embed src="'+FlashURL+'" quality="high" bgcolor="#7A3F75" width="'+Width+'" height="'+Height+'" name="'+Name+'" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />');
     document.write('</object>');
    }

