// JavaScript Document
function DoSend(el, ad){
	//DoSend('imglink', 'kitsy**com**kitsyrosepr');
	var str;
	var arr = ad.split("**");
	el = document.getElementById(el);
	str ='m';
	str+='ailt';
	str+='o:';
	str+=arr[0];
	str+='@';
	str+= arr[2]+'.'+arr[1];
	document.location.href = str;
}