function send_email()
{
document.location.href="mailto:dspitgame@yahoo.com";
return false;
}