var couponwidthdefault='400';
var couponheightdefault='500';
var couponiddefault='149';

// custom javascript from original //

var bookmarkurl=location.href
var bookmarktitle=document.title

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function mailpage()
{
  mail_str = "mailto:?subject= You should see this page: " + document.title;
  mail_str += "&body= I thought you might like to take a look at the page titled \'" + document.title;
  mail_str += "\'. Just click this link " + location.href;
  location.href = mail_str;
}
