// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.

if (!useRedirect) {    // if dynamic embedding is turned on
  if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="196" HEIGHT="152"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="film_transfer.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="medium">'
	+ '<PARAM NAME="bgcolor" VALUE="#FFFFFF">'
    + '<EMBED SRC="film_transfer.swf"'
    + 'WIDTH="196" HEIGHT="152"'
    + 'PLAY="true"'
    + 'LOOP="false"'
    + 'QUALITY="medium"'
    + '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 = '<p align="center"><img src="images/order_today.jpg" alt="Order your transfer today!" width="196" height="137" border="0"><br><a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">Download</a> <span class="smalltext">Flash 5 Plugin</span></p>';

    document.write(alternateContent); 
  }
}


