// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
<!-- Begin
function mailsome5(){
who=("Webmaster@makingamillionaire.com");
what=("Enter the subject: ","“MakingAMillionaire.com Main Page Banner Ad”");note=("body: ","Please provide: (1) the link to your Website, (2) your name, (3) your email address, (4) link to banner you will use.  The cost per month is $40 or $110 for three months. Payment is through PayPal.");
if (confirm("This will email "+who+" with the subject of "+what+".")===true){
parent.location.href='mailto:'+who+'?subject='+what+'&body='+note+'';
   }
}
// End -->

