
function hideMail() {

var mail = "aum@oasisonline.com" ;
var string = "?subject=Books%20by%20Charles%20Miller%20-%20" + document.title ;
var ref = '<a  onmouseover="window.status=\' '+'Click to Get an Email Form\'; return true" onmouseout="window.status=document.title" href="';
output = ref + "mailto:" + mail +  string + '"TITLE=\"Click Here to Email\">' + "Email Me</a>" ; //text or img src
return output;

}

