function sendMail ()
{
// Protect from robot's spying on e-mail addresses
	var domainName='MovingSatellites.com';
	var firstName ='Varol';
	var lastName  ='Okan';
	var theAction ='mail';
	document.location=theAction+"to:"+firstName+"."+lastName+"@"+domainName;
}



