/* ====================================================================== DESC: 
PLATFORMS: USAGE NOTES: ====================================================================== 
*/ /* ====================================================================== FUNCTION: 
INPUT: RETURNS: DESC: ====================================================================== 
*/ function Email(){ window.location = "mailto:"+f1.email.value+"?subject="+f1.name.value+", These Financial Newsletters might interest you." + "&body="+f1.message.value+" "+f1.pdf.value+". Or just goto the main site link, "+'http://www.rogersandtroyan.com'+". Your Friend - "+f1.yourname.value;
} 
document.write
('<INPUT class="select" TYPE="button" VALUE="Refer a Friend" onClick="Email()">')