// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
<!-- Begin
function mailsome1(){
who=("Webmaster@makingamillionaire.com");
what=("Enter the subject: ","“Exchange Homepage Links”");note=("body: ","Thank you for your interest!  Please provide (1) your Website address and (2) how you’d like your link presented on our page.     Our address is http://www.makingamillionaire.com/ and the link presentation should be MakingAMillionaire.com");
if (confirm("This will email "+who+" with the subject of "+what+".")===true){
parent.location.href='mailto:'+who+'?subject='+what+'&body='+note+'';
   }
}
// End -->
