<!-- Begin

function mailIt(){
url = window.location;
topic="Check out this article at PC911!";
message="PC911 has an interesting article you might want to check out:";
 {
parent.location.href='mailto:?subject='+topic+'&body='+message+' '+url;
   }
}

// End -->

