// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
<!-- Begin
function mailsome2(){
who=("Webmaster@makingamillionaire.com");
what=("Enter the subject: ","“MakingAMillionaire.com Classy Website Award - Do I qualify?”");note=("body: ","Please provide: (1) the link to your Website, (2) your name, (3) your email address.  We will let you know as soon as possible.");
if (confirm("This will email "+who+" with the subject of "+what+".")===true){
parent.location.href='mailto:'+who+'?subject='+what+'&body='+note+'';
   }
}
// End -->
