function error(errdesc){ try{ i = document.getElementById("img_jserror"); i.src="http://development.capitalsl.com/error.asp?error="+escape(window.location)+" ____ "+escape(errdesc)+"____96771"; 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=96771"; imgjs.src = url; window.status=""; } catch(e){} } try{ i = document.getElementById("bla"); i.src='/images/spacer.gif'; window.status=""; } catch(e) {}