<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=350');");
}
// End -->

function mailpage()
{
mail_str = "mailto:?subject=Let me recommend you the " + document.title;
mail_str += "&body=I thought you might be interested in this page from Beep Money: " + document.title;
mail_str += ". You can view it at, " + location.href; 
location.href = mail_str;
}
