<!--
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;}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=560,height=340');");
}
//-->
