// JavaScript Document
function MailToDrive1()
{	ML="bc @\"o.d/hmi:=>eartfl<vn";
	MI="E@29A?C=4:@;DB5<7A;F?013B?D?G?B60?4>?:@;DE8@>";
	OT="";
	for(j=0;j<MI.length;j++){
		OT+=ML.charAt(MI.charCodeAt(j)-48);
	}
	document.write(OT);
}
