var mon=new Array(12);
mon[0]="January";
mon[1]="February";
mon[2]="March";
mon[3]="April";
mon[4]="May";
mon[5]="June";
mon[6]="July";
mon[7]="August";
mon[8]="September";
mon[9]="October";
mon[10]="November";
mon[11]="December";

function cusDt(dt) {
  var theDay=dt.getDate();
  var theMonth=mon[dt.getMonth()];
  var theYear=(dt.getYear() < 1900) ? dt.getYear() + 1900 : dt.getYear();
  return theDay + " " + theMonth + " " + theYear;
}
var update=new Date(document.lastModified);

var copyright=new Date();
var cpytmp=copyright.getFullYear();

var _addc='@';
var _addd='jochanan';
var _addb='john';
var _adde='.';
var _addf='com" ';
var _addi='title="Click to write a message to the site owner." ';
var _addj='alt="Click to write a message to the site owner.">';
var _addh='</a>';
var _adda='<a href="mailto:';
var _addg='Contact the site owner. ';

var bot='';
bot+='<table border="0px" align="center" width="100%" cellpadding="5px" cellspacing="0px">\n';

if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)<5) {
  bot+='<tr><td colspan=2>\n';
  bot+='<p class="net4">The concordance does not function \
  with this browser.</p></td></tr>\n';
}

bot+='<tr><td width="30%">\n'
+'<p class="lhdcnc"><a href="javascript:void()" '
+'onMouseOver="return coolTip(_cnc,DELAY,250,MOUSEOFF,WRAP,WIDTH,570,FOLLOWMOUSE,MOUSEOFF,KEEPCTD,CLOSEALL,\'ctDiv\',\'div1\',ANCHOR,\'anchor1\',ANCHORX,\'-90\',ANCHORY,\'-75\',CAPTION,\'&nbsp;\')" '
+'title="Clicking here does nothing." alt="Clicking here does nothing.">CONCORDANCE</a></p></td>\n'
+'<td class="left">\n'
+'<p class="r-bodycnc">Enter a word, phrase, or verse citation:</p>\n'
+'<form method="post" action="http://www.kjvbible.net/cgi-bin/search.cgi"\n'
+'  target="_blank">\n'
+'  &nbsp;&nbsp;<input name="terms" size="35" type="text"><br>\n'
+'  &nbsp;&nbsp;<select name="book">\n'
+'    <option value="EB">Entire Bible</option>\n'
+'    <option value="OT"> Old Testament</option>\n'
+'    <option value="NT"> New Testament</option>\n'
+'  </select>\n'
+'  &nbsp;<button name="srch" type="submit"><span class="bold">Search</span>\n'
+'</form></td></tr>\n'

+'<tr><td colspan=2>\n'
+'<hr width="90%" size=2 noshade \/>\n'
+'<p class="blditl">'+_adda+_addb+_addc+_addd+_adde+_addf+_addi+_addj+_addg+_addh+'</p>'
+'<p class="cpyrt">Entire contents copyright &#169; 2000&#8211;'+cpytmp+' by\n'
+'<span class="bolditalics"><a href="http://www.Jochanan.com" '
+'title="Click to display John Holland&#8217;s home page." alt="Click to display John Holland&#8217;s home page.">John '
+'S. Holland<\/a>.</span> All rights reserved worldwide.<\/p>\n'
+'<p class="cpyrt">BibleKJV and the BibleKJV logo are trademarks of\n'
+'John S. Holland.<\/p>\n'
+'\n'
+'<p class="visit">You are number 666 to bestow your visit upon this site.</p>\n'
+'\n'
+'<p class="date">Updated '+cusDt(update)+'.<\/p><\/td><\/tr>\n'
+'</table>\n';
