var linktext=new Array()
linktext[0]="Daily Babe - Updated daily."
linktext[1]="Featured Media - Updated 9/17/04"
linktext[2]="Featured Gallery - Updated 2/10/05"
linktext[3]="Featured Download - Updated 9/17/04"
linktext[4]="T-shirts - Buy some crap."
linktext[5]="Best of Poststuff - Updated 3/23/05"

var ns6=document.getElementById&&!document.all
var ie=document.all

function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext]
}

function reset(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=' '
else if (ns6) document.getElementById(whichdiv).innerHTML=' '
}
