function emailSend(start,end)
{
	document.location="mailto:"+start+"@"+end;
}


