function sendMail(username,host) 
{
	document.location='mailto:' + username + '@' + host+'.co.uk?subject= StokeWebServices contact page mail';
}