function mailpage()
{
mail_str = "mailto:?subject=" + document.title;
mail_str += "&body=Hi, I was visiting this site - (IT Jobs-online.com) - URL: http://ITJobs-online.com/ - and thought you might be interested in this page titled - " + document.title;
mail_str += ". Here is the URL - " + location.href; 
location.href = mail_str;
}
