function clk(el) {
if(document.images) {
(new Image()).src="/img/click.html?href="+
escape(window.location.href)+
"&url="+escape(el.href)+
"&r="+Math.random();
}return true;}