var sentence=location.href;
var thearray=sentence.split("#");
thearray[2]="";
if ((thearray[1]=="undefined") || (thearray[1]==null)) {
	thearray[1]="Welcome";
	thearray[2]=" entry for PsychPage";
}

document.write('<div id="menubottom"></div><table width="100%" border=0 cellpadding=0 cellspacing=0><tr><td align="left"><a target=_top href="http://www.psychpage.com/index.html">PsychPage</a></td><td align="right"><a href="http://www.psychpage.com/article_index.html#'+thearray[1]+'" title="back to '+thearray[1]+thearray[2]+'">Back</a></td></tr></table>');

