
function mailpage()
{
mail_str = "mailto:?subject=**Weddings in Paradise site...check it out!**";
mail_str += "&body= This is a site you should look at.  It contains info on Weddings in Puerto Vallarta. "; 
mail_str += " " + parent.location.href; 
location.href = mail_str;
}

