//
// Modified and used by permission
//  Victor Chan - vwchan@ca.ibm.com - 08-08-2000 CodeMonkey this week.
//  Copyright (c) IBM Canada - www.can.ibm.com
//
var iu='images/'; 
var mOverExt='_on.gif';
var mOutExt='_off.gif';

preloadvals=new Array (iu+'spacer.gif', iu+'11th_hour.jpg', iu+'samhain_on.gif', iu+'samhain_off.gif', iu+'email_on.gif', iu+'email_off.gif', iu+'greydot.gif', iu+'grey.gif', iu+'bottom_left_header.jpg', iu+'bottom_left_header2.jpg', iu+'top_left_header.jpg', iu+'top_left_header.jpg', iu+'top_right_header.gif', iu+'top_right_header2.gif', iu+'hour_off.gif', iu+'hour_on.gif');
preload=new Array (preloadvals.length);
for (var i=0; i < preload.length; i++){
	preload[i]=new Image();
	preload[i].src=preloadvals[i];
}

// ***********************************************


// This script and many more are available free online at -->
// The JavaScript Source!! http://javascript.internet.com -->
// Original:  David Sosnowski (support@codefoot.com) -->
// Web Site:  http://www.codefoot.com -->

// Begin
function blockError(){return true;}
window.onerror = blockError;
//  End -->

//Default browsercheck, added to all scripts!
function checkBrowser(){
	this.ver=navigator.appVersion
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
	return this
}
bw=new checkBrowser();
