// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
<!-- Begin
function mailsome4(){
who=("Webmaster@makingamillionaire.com");
what=("Enter the subject: ","OK Button Sponsored Link");note=("body: ","Please provide; (1) your name, (2) your email address, (3) what you would like to advertise and any questions you have.");
if (confirm("Are you sure you want to mail "+who+" with the subject of "+what+"?")===true){
parent.location.href='mailto:'+who+'?subject='+what+'&body='+note+'';
   }
}
// End -->

