<!--
var LastModDate = new Date( document.lastModified );
var DOWArray = new initArray( "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" );
var MOYArray = new initArray( "January", "February", "March", "April",  "May", "June", "July", "August", "September", "October", "November", "December" );
var MOYArrayA = new initArray( "JAN", "FEB", "MAR", "APR",  "MAY", "JUNE", "JULY", "AUG", "SEPT", "OCT", "NOV", "DEC" );

function loop(x) {  remote = window.open(x, 'LoopIt', 'width=150,height=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');}

function initArray() {
	this.length = initArray.arguments.length
	for (var i = 0; i < this.length; i++)
	this[i+1] = initArray.arguments[i]}

function go() {
	if (document.link.selection.options[document.link.selection.selectedIndex].value != "none") {
	location = document.link.selection.options[document.link.selection.selectedIndex].value}}

function updated() {
	with ( LastModDate ){
	document.write( DOWArray[ ( getDay( ) + 1 ) ], ", " );
	document.write( MOYArray[ ( getMonth() + 1 ) ], " " );
	document.write( getDate(), ", ", ( getYear() ) );}}

function updatedA() {
	with ( LastModDate ){
	document.write( MOYArrayA[ ( getMonth() + 1 ) ], " " );
	document.write( getDate(), ", ", ( getYear() ) );}}

function getImage (name,image,message,board){
	document.images[name].src = image;
	document.images[0].src = board;
	self.status = message;}

function getImage2 (name,message,image){
	document.images[name].src = image;
	self.status = message;}

function mcomics(a, x, y) {remote = window.open(a, 'Characters', 'width=x,height=y,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');}

function StartClock12() {
 Time12 = new Date();
 Cur12Hour = Time12.getHours();
 Cur12Mins = Time12.getMinutes();
 Cur12Secs = Time12.getSeconds();
 The12Time = (Cur12Hour > 12) ? Cur12Hour - 12 : Cur12Hour;
 The12Time += ((Cur12Mins < 10) ? ':0' : ':') + Cur12Mins;
 The12Time += ((Cur12Secs < 10) ? ':0' : ':') + Cur12Secs;
 The12Time += (Cur12Hour > 12) ? ' PM': ' AM';
 document.CForm.Clock12.value = The12Time;
 window.status = The12Time;
 setTimeout('StartClock12()',1000);
 }

function StartDate() {
 TDay = new Array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
 TMonth = new Array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
 TDate = new Date();
 CurYear = TDate.getYear();
 CurMonth = TDate.getMonth();
 CurDayOw = TDate.getDay();
 CurDay= TDate.getDate();
 TheDate = TDay[CurDayOw] + ', ';
 TheDate += TMonth[CurMonth] + ' ';
 TheDate += CurDay + ', ';
 TheDate += (CurYear);
 document.CForm.CDate.value = TheDate;
 }

function go1(){if (document.September98.selection.options[document.September98.selection.selectedIndex].value != "none") {location = document.September98.selection.options[document.September98.selection.selectedIndex].value}}
function go2(){if (document.October98.selection.options[document.October98.selection.selectedIndex].value != "none") {location = document.October98.selection.options[document.October98.selection.selectedIndex].value}}

// -->