function contact(who,subject){
var strSubject="";
if(subject){strSubject="?subject="+subject;}
window.location=fix(":otliam")+fix(who)+fix("yks@")+fix("moc.craps")+strSubject;
return false;
}
function fix(s){
a="";i=s.length;while(i-->0)a+=s.charAt(i);
return a;
}
