function mailpage()
{
mail_str = "mailto:?subject=Check Out This Web Page";
mail_str += "&body=Hello, I found a great web page at  " + "http://www.adsbyworld.com";
mail_str += " ";
mail_str += ", I thought you might be interested in " + document.title;
location.href = mail_str;
}
