if (!useRedirect) {
  if(hasRightVersion) {
    var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="778" HEIGHT="288"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="vm.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="WMODE" VALUE="transparent">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="vm.swf"'
    + 'WIDTH="778" HEIGHT="288"'
    + 'PLAY="true"'
    + 'LOOP="false"'
    + 'WMODE="transparent"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '<\/EMBED>'
    + '<\/OBJECT>';

    document.write(oeTags);
  } else {  
    var alternateContent = '<map name="FPMap0"><area title="Home Page..." href="index.html" shape="rect" coords="18, 208, 56, 246"><area title="Departments by email..." href="corporate_contact_us.html" shape="rect" coords="64, 206, 103, 246"><area title="Search our site..." href="search.html" shape="rect" coords="110, 205, 149, 241"><area title="Learn more about us..." href="corporate.html" shape="rect" coords="185, 225, 285, 286"><area title="Learn more about our software..." href="products.html" shape="rect" coords="289, 226, 389, 287"><area title="Get in touch with our support staff..." href="support.html" shape="rect" coords="392, 227, 492, 287"><area title="Get in touch with us..." href="corporate_contact_us.html" shape="rect" coords="600, 224, 697, 286"><area title="Download the latest plug-ins, updates and patches for your VinylMaster software" href="downloads.html" shape="rect" coords="494, 226, 596, 283"></map><img border="0" src="images/top_banner_vm.jpg" usemap="#FPMap0" width="778" height="287"> '
      document.write(alternateContent);
}
}
