// =======================================
// Utility Javascripts
// Bookmark Add
// Mail a friend
// =======================================

function addbookmark()
{
bookmarkurl = location.href;
bookmarktitle = document.title;
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function mailpage()
{
mail_str = "mailto:?subject=Great deal on " + document.title;
mail_str += "&body=Thought you would be interested in the deal I found at www.OTCWholesale.com:%0D%0A   %0D%0A  " + document.title;
mail_str += " %0D%0A   %0D%0AYou can take a look at the page by clicking this link: %0D%0A" + location.href; 
location.href = mail_str;
}

<!-- GotMarketing Opt in Window -->
<SCRIPT LANGUAGE='JavaScript'> function openWindow(url) { popupWin = window.open(url, 'openWin', "width=400, height=250, scrollbars=yes"); } </SCRIPT>

