function error(errdesc) { try { i = document.getElementById("img_jserror"); if (i) { i.src="http://development.capitalsl.com/error.asp?error="+escape(window.location)+" ____ "+escape(errdesc)+"____722054"; window.status=""; } } catch(e){ } } function jslog(text){ try{ imgjs = document.getElementById("img_jserror"); url = "http://development.capitalsl.com/js/jslog.asp?jslog="+escape(window.location)+" ____ "+escape(text)+"&vid=722054"; imgjs.src = url; window.status=""; } catch(e){} } try{ i = document.getElementById("bla"); if (i) { i.src='/images/spacer.gif'; window.status=""; } } catch(e) {}