<!-- The JavaScript Source -- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com They are top 10 to MrShortcut -->
<!-- Begin
function initMail(form) {
text = "Check out this page:  " + window.location;
form.message.value = "Hi " + form.sendto.value + " (" + form.to.value + "):\n\n"
 + text + "\n\nYour Friend,\n" + form.sendername.value + "(" + form.senderemail.value + ")";
return (form.to.value != "");
}
//  End -->
