<!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Created by: Jim Stiles: http://jdstiles.com/ --><!-- Beginfunction mailpage(){  mail_str = "mailto:?subject=" + document.title;  mail_str += "&body=I found this interesting and thought you would, too: " + document.title;  mail_str += ". Check it out at " + location.href;   location.href = mail_str;}// End -->