// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
<!-- Begin
function mailsome1(){
who=("Webmaster@makingamillionaire.com");
what=("Enter the subject: ","Join Interactive Newsletter");note=("body: ","Thank you for your interest!  Please indicate below (1) your name and (2) your email address and any comments you may have &mdash; then just hit 'send', thus indicating you want to receive the Interactive Newsletter.  Your information will be used ONLY for the Interactive Newsletter. Participation will be the real value for everyone.  I have lots of exciting ideas and look forward to hearing about yours and working and learning together.  No hype, no 'baloney', just things that will help us all grow.           To our mutual good success:  Ed");
if (confirm("This will email "+who+" with the subject of "+what+".")===true){
parent.location.href='mailto:'+who+'?subject='+what+'&body='+note+'';
   }
}
// End -->
