// JavaScript Document
function post(a,b,c,d) 
{ 
document.location.href = "mailto:" + b + "@" + a + "." + d +"?subject=" + c;
}