
if(document.getElementById) {

	window.alert = function(txt) {
		document.getElementById("ca_ldr").src="http://www.imotors.com/alerthandler.aspx?msg=" + escape(txt);
	}
}
