<!--
// 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="200" HEIGHT="77"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="200" height="77" id="logo" align="middle">'
    + '<param name="allowScriptAccess" value="sameDomain" />'
    + '<PARAM NAME="MOVIE" VALUE="/flash/logo.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<PARAM NAME="bgcolor" value="#ffffff" />'
    + '<PARAM NAME= "wmode" value="transparent">'
    + '<EMBED SRC="/flash/logo.swf"'
    + 'WIDTH="200" HEIGHT="77"'
    + 'PLAY="true"'
    + 'LOOP="false"'
    + 'QUALITY="high"'
    + 'ALIGN="middle"'
    + 'allowScriptAccess="sameDomain"'
    + 'MENU="false"'
    + 'wmode="transparent"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">'
    + '</EMBED>'
    + '</OBJECT>';
    document.write(oeTags);     // embed the flash movie
} /*else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<img name="Intensity" src="http://www.puricore.com/images/Home/flash_home.jpg" width="762" height="322" border="0" usemap="#Map2" title="LIDODERM&#174; (Lidocaine 5% Patch)" alt="LIDODERM&#174; (Lidocaine 5% Patch)">';  // height, width required!
    + '<map name="Map2">'
                    + '<area shape="rect" coords="637,4,687,24" href="http://www.puricore.com/sitemap.aspx" alt="Site Map" title="Site Map" />'
                    + '<area shape="rect" coords="689,4,751,25" href="http://www.endo.com/contact/index.html" target="_blank" alt="Contact Us" title="Contact Us" />'
                    + '<area shape="rect" coords="549,234,688,284" href="http://www.puricore.com/how_to_apply_patch.aspx" alt="How to Apply a Patch" title="How to Apply a Patch" />'
                    + '</map>';
    document.write(alternateContent);   // insert non-flash content
}*/
}

// -->