// JavaScript Document

if(document.getElementById("registrationCallOut"))
{
    document.getElementById("registrationCallOut").innerHTML = "<h4>Sign Up for TORISEL Updates</h4>"
    + "<p>Gain access to additional content on the TORISEL web site and receive updates.<br /> You'll also get free, unlimited access to:</p>"
    + "<ul><li>The 5 minute Clinical Consult<br /> 2007-2008</li><li>Epocrates<sup>&reg;</sup> Online Premium Reference</li><li>A.D.A.M. QuickSheets</li></ul>"
    + "<a href='https://www.wyeth.com/register?flow=1231&WT.ac_ID=WYBAN0001&WT.ac_ev=click'>Register Now</a>";
}

window.addEvent('load', function() {
    if(document.getElementById("product")) 
    {
        var productBox1= document.getElementById("product");
        if(productBox1.options[productBox1.selectedIndex].value == 0)
        {
            var productBox1= document.getElementById("product");
            for(i=0;i<productBox1.length;i++)
            {
                if(productBox1.options[i].text == 'Torisel')
                {
                    productBox1.selectedIndex = i;
                    break;
                 }

             }
        }
    }

});


window.addEvent('domready', function() {
$('hcpFooterJobNumber').innerHTML='258974-01'
});