

<!-- 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= Iron County Reporter Article:  " + document.title;
  mail_str += "&body= I want you to read this article on Iron County Reporter's website";
  mail_str += ". Click on the following link to read the article - " + location.href; 
  location.href = mail_str;
}
// End -->

