// JavaScript Document

// tell a friend

function mailpage()
{
mail_str = "mailto:?subject=Alexia Breast Reduction" 
mail_str += "&body=I thought you might be interested in the Alexia Breast Reduction product!" 
mail_str += " You can view it here http://www.alexiabreast.com"
location.href = mail_str;
}
