function c1 (txt) {	
   var mto = 'adfma5l9onuidgyhuj';
   txt = txt.replace('kom','com');
   txt = txt.replace('Z','%40');
   txt = txt.replace('T','.');
   txt = txt.replace('I','p');
   mto = mto.substr(3,6);
   mto = mto.replace('5','i');
   mto = mto.replace('9','t');
   location=mto+':'+txt;
}
