// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
<!-- Begin
function mailsome9(){
who=("Webmaster@makingamillionaire.com");
what=("Enter the subject: ","Article");note=("body: ","We would love to publish your work at home or home business ideas article.  Please send your article or indicate the link where it can be found.");
if (confirm("This will email "+who+" with the subject of "+what+".")===true){
parent.location.href='mailto:'+who+'?subject='+what+'&body='+note+'';
   }
}
// End -->