function mailpage()
{
mail_str = "mailto:?subject=Check out " + document.title;
mail_str += "&body=Check out the Zycron.com News Story '" + document.title;
mail_str += ".' View it at, " + location.href;
location.href = mail_str;
}
