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


function popupwindow(index)
{
if(index==1)
{
site="http://www.miamibeach411.com/newsletter.htm"
}


window.open(site,"newwindow","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=331,height=175")
}
