
pageURL			= document.location
pagename		= document.title
userCPU			= navigator.platform

var now			= new Date
thisYear		= now.getYear()
if (thisYear <= 1900) { thisYear = thisYear + 1900 }

defaultStatus		= document.title + " ¦ page updated ¦ " + document.lastModified

var credit 		= '<P TITLE="The primary sensory intake is visual ... '+thisYear+' edition" class="credit">design+code &copy;'+thisYear+' john n mounsey</p>'

function drawdropmenu(def)
{
document.write('<FORM name="jumper">');
document.write('<SELECT ONCHANGE="jump(); this.blur();" NAME="pulldown" SIZE="1" class="dropmenu" tabindex="0">');
document.write('<option value="default" selected>page menu</option>');
document.write('<option value="default">home</option>');
document.write('<option>updates</option>');
document.write('<option>email me</option>');
document.write('<option value="">manhunter.net</option>');
document.write('</SELECT></FORM>');
}










