MM_preloadImages('../images/aboutme_t_biog.gif','../images/aboutme_t_influ.gif','../images/aboutme_t_facts.gif','../images/aboutme_t_photos.gif','../images/aboutme_t_quotes.gif','../images/aboutme_t_pray.gif')

function t_print() {
parent.main.focus() 
parent.main.print() 
}

function th_comment() {
pg_id = filenameOnly(self.location.href)
url = ("comment.htm?pg_id=" + pg_id)
location.href= url
}

function t_email() {
// show notice
url = ("email.htm");
title = "contactme";
tools = ('toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,height=190,width=300');
window.open(url, title, tools);
}


function bookmark() {
if (ie) { window.external.AddFavorite(location.href,document.title) }
else { document.alert('Sorry, your brower doesn\'t support this function please press CTRL + D') }
}