

var htmlTOP = "";

htmlTOP += '<div id="topLeft" class="region" onclick="location.href=\'/\'"></div>';
htmlTOP += '<div id="topRight" class="region">';
htmlTOP += '<p style="margin-bottom:0px; margin-top:0px;">';
htmlTOP += '<a href="/asp/account.asp">my account</a>';
htmlTOP += ' // <a href="/asp/cart3.asp">view cart <img src="/images/cart_button.gif" alt="shopping cart" border="0" style="padding-top:1px;"  /></a> ';
htmlTOP += ' // <a href="/asp/cart3.asp?action=proceed">checkout</a> //';
                   
htmlTOP += ' <a href="mai';
htmlTOP += 'lto';
htmlTOP += ':&#115;&#117;&#115;&#97;&#110;';
htmlTOP += '@';
htmlTOP += '&#97;&#114;&#116;&#105;&#115;&#116;&#105;&#99;&#115;&#101;&#110;&#115;&#97;&#116;&#105;&#111;&#110;&#115;&#46;&#99;&#111;&#109;">';
htmlTOP += 'email us</a>';
                    
htmlTOP += '<br />';
htmlTOP += '<img src="/images/phone_number.gif" alt="1-866-777-7738" align="left" style="padding-top: 10px" />';

var ANS_customer_id="90a0674f-2f99-48be-82b2-48f324920fb7";
htmlTOP += '<scr' + 'ipt type="text/javascript" src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js"></scr' + 'ipt>'; 
htmlTOP += '<scr' + 'ipt type="text/javascript" src="/includes/top2.js"></scr' + 'ipt>'; 

document.write(htmlTOP);


// IE was placing the auth logo html outside the <P> (from the include in an include) so another top2.js was used to end the </p>