function window_onerror() {
	return false;
}

if ( (window) && (!disable_debug_handler) ) {
	try {
		window.onerror = window_onerror;
	} catch(ex) { if (disable_debug_handler == true) { debug(ex); } }
}

var ALEXA_XML_SOURCE = "/xml/dad?url=";
var ALEXA_BOOL_PRELOAD = false;
/*
TODO: no more of this
try {
	if (!jsAll) {
		jsAll = null;
	}
} catch (ex) {
}
*/
var oDataA = new Array();
var oXSL = null;
var oXSLObj = null;
function window_onload() {
	/*
	TODO: get rid of this
	//if (navigator.userAgent.indexOf("5.5") > -1) { return true; }
	window.onscroll = window_onscroll;
	try { if (!JSAll) { return true; } } catch(ex) { if (disable_debug_handler == true) { debug(ex); } return true; }
	if (!jsAll) { jsAll = new JSAll(); }
	addLinkBehaviors();

	// fire off async request for images
	setTimeout("PreloadImages();",5);
	*/
	return true;
}

// TODO: what are these images for?
var aImages = new Array("blue_arrow.gif","blue_arrow_rev.gif","bottom_left1.gif","bottom_left2.gif","bottom_left.gif","bottom_right1.gif","bottom_right2.gif","bottom_right.gif","moreinfo.gif","pixel.gif","top_blue_arrow.gif","top_blue_arrow_rev.gif","top_left.gif","top_right.gif");
var nIncr = 0;

// base image url
//
var sBaseUrl = "http://client.alexa.com/ds/images/";

