var jur = location.pathname;
if ( jur.lastIndexOf("/",500) == (jur.length - 1) )
	archivo = "default.asp";
else
	archivo = "";

var text='http://www.camaraguadalajara.org/contador/count.asp?client='+navigator.appName+'&version='+navigator.appVersion+'&width='+screen.width+'&height='+screen.height+'&color_depth='+screen.colorDepth+'&referrer='+escape(document.referrer)+'&url='+escape(location.protocol+'//'+location.host+location.pathname)+archivo;

while (text.indexOf(" ")!=-1)
	text=text.replace(" ","%20");

document.write('<img src=\"' + text + '\" >')