<!--
function mailpage(){
mail_str = "mailto:?subject=Visit " + document.title;
mail_str += "&body=I think you might be interested in " + document.title;
mail_str += ". You can see the site at " + location.href; 
location.href = mail_str;}

// Frame Buster
if (window!= top) {setTimeout("fb()",5000);}
function fb(){top.location.href = location.href;}
//-->
