
// $Date: 2010-12-13 18:43:31 -0500 (Mon, 13 Dec 2010) $
// $Id: global.js 1 2010-12-13 23:43:31Z bbx $
// $Revision: 1 $

/* set img src for loadin img and cache it */
//var AJAX_STATUS = '<img src="/lib/icons/ajax_loader.gif" height="16" width="16" alt="Loading..." />';
//var imgCache = new Image(16,16); 
//imgCache.src = '/lib/icons/ajax_loader.gif';

function ajaxNotFound(t) {
	alert('Error 404: location was not found on the server');
}

function ajaxFailure(t) {
	alert('Error '+t.status+' -- '+t.statusText);
}


