function SendMeEmail()
{
ML="miftdrgeolu@nsa.";
MI="1<28;0:=16<><841><457891?13";
OT="";
for(j=0;j<MI.length;j++){
OT+=ML.charAt(MI.charCodeAt(j)-48);
SU="booking of Palazzolo and/or request of additional information"
BO="Thank You for contacting us. \nIf you would like that we'll send you more information by mail or you would like that we'll call you by phone, please give us the necessary information."
}
location.href = "mailto:" + OT + "?subject="+ escape(SU) + "&body="+ escape(BO);
return false;
}
