function showlinks(fromwhere){

document.write('<p class="menu">\
<a href="../../index.html">[Home]</a><br />\
<a href="../../index.html#bible">[Bible]</a><a href="../../index.html#bib&sci">[Bible & Science]</a><a href="../../index.html#prophecy">[Prophecy]</a><a href="../../index.html#cults">[Cults & False Doctrine]</a><br />\
<a href="../../index.html#preachers">[For Preachers]</a><a href="../../index.html#leadership">[Leadership & Motivation]</a><a href="../../index.html#chr_vik">[Christian Victory]</a><a href="../../index.html#proverbs">[Proverbs 31]</a><a href="../../index.html#family">[Family Values]</a><br />\
<a href="../../index.html#alcohol">[Alcohol]</a><a href="../../index.html#optical">[Optical Illusions]</a><a href="../../index.html#children">[Children Ministery]</a><a href="../../index.html#hymns">[Hymns]</a><a href="../../index.html#stories">[Stories]</a><a href="../../index.html#facts">[Facts & Trivia]</a><a href="../../index.html#humor">[Humor]</a><br />\
');
if (fromwhere=='todds') document.write('<a href="todds.html">[Back]</a></p>');
else if (fromwhere=='evang') {document.write('<a href="evang.html">[Back]</a></p>');fromwhere='todds';}
else if (fromwhere=='hymns_texts') {document.write('<a href="hymns.html">[Back]</a></p>');fromwhere='hymns';}
else if (fromwhere=='crosby') {document.write('<a href="crosby.html">[Back]</a></p>');fromwhere='hymns';}
else if (fromwhere=='letter') {document.write('<a href="letter.html">[Back]</a></p>');fromwhere='todds';}
else if (fromwhere=='todd_cult') {document.write('<a href="cult.html">[Back]</a></p>');fromwhere='todds';}
else if (fromwhere=='book') {document.write('<a href="book.html">[Back]</a></p>');fromwhere='proverbs';}
else if (fromwhere=='holiday') {document.write('<a href="holidays.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='poet') {document.write('<a href="poetindex.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='test') {document.write('<a href="reg_st.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='reg') {document.write('<a href="reg_st.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='famous') {document.write('<a href="famous.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='animals') {document.write('<a href="animals.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='computers') {document.write('<a href="computers.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='dumb&weird') {document.write('<a href="dumb&weird.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='school') {document.write('<a href="school&edu_ind.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='daily') {document.write('<a href="daily.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='family_hum') {document.write('<a href="family.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='misc') {document.write('<a href="misc.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='professionals') {document.write('<a href="professionals.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='weather') {document.write('<a href="weather.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='sports') {document.write('<a href="sports.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='religious') {document.write('<a href="religious.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='travel') {document.write('<a href="travel_ind.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='crime&crooks') {document.write('<a href="crime&crooks.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='soulwinman') {document.write('<a href="soulwinman.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='interestfacts') {document.write('<a href="interestfacts.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='whittle') {document.write('<a href="whittle.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='bliss') {document.write('<a href="bliss.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='blisshymns') {document.write('<a href="blisshymns.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='modern') {document.write('<a href="modern.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='missing') {document.write('<a href="missing.html">[Back]</a></p>');fromwhere='humor';}
else if (fromwhere=='bio') {document.write('<a href="bio.html">[Back]</a></p>');fromwhere='bio';}
else if (fromwhere=='test_f') {document.write('<a href="../chr_vik/reg_st.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='rock') {document.write('<a href="../family/rock_music.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='demon') {document.write('<a href="../family/demonic_ind.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='sda') {document.write('<a href="sda_index.html">[Back]</a></p>');fromwhere='stories';}
else if (fromwhere=='cowboys') {document.write('<a href="cowboys.html">[Back]</a></p>');fromwhere='leadership';}
else document.write('<a href="../../index.html#'+fromwhere+'">[Back]</a></p>');
//


//var DOCUMENTGROUP='Main Index Group';
var DOCUMENTNAME=fromwhere;
//var MEMBERID='';
//var ACTION='';

var IT="";
if(typeof ACTION!="undefined")IT+="&x="+escape(ACTION);
if(typeof MEMBERID!="undefined")IT+="&m="+escape(MEMBERID);
if(typeof DOCUMENTGROUP!="undefined")IT+="&c="+escape(DOCUMENTGROUP);
if(typeof DOCUMENTNAME!="undefined")IT+="&b="+escape(DOCUMENTNAME);
else if(document.title.length>0)IT+="&b="+escape(document.title);
var itDate=new Date();IT+="&d="+escape(itDate.toGMTString());
IT+="&n="+escape(parseInt(itDate.getTimezoneOffset()/60));
r=(document.location==top.location)?document.referrer:top.document.referrer;
if(r.length>0)IT+="&e="+escape(r);IT+="&f="+escape(window.document.location);
na=(navigator.appName=="Netscape");document.cookie="itc=t";
IT+="&g="+escape(na?navigator.language:navigator.userLanguage);
IT+="&h="+escape((navigator.javaEnabled()?'Y':'N'));
IT+="&j="+escape(screen.width+'x'+screen.height);
ns=(navigator.appName.substring(0,9)=="Microsoft");
IT+="&k="+escape((ns)?screen.colorDepth:screen.pixelDepth);
IT+="&l="+((document.cookie.indexOf("itc=")>=0)?"true":"false");
document.write('<s'+'cript language="javascript"'+ 
'src="http://stats.indextools.com/p.pl?a=100037430414'+
IT + '" defer></scrip'+'t>');

}
