
function domail(data){

	x1 = "mailto:";
	x2 = 67;
	x4 = "aashita";
	x5 = "org";
	
	self.location.href=x1+data+String.fromCharCode(x2-3)+x4+"."+x5;

}

