﻿$(document).ready(function() {
	$("a").mousedown( function() { 
	hl(this,this.innerHTML);
	 } ); 
});

function hl(obj,ex) {
    if(document.images) {
        (new Image()).src="/stat.aspx?tl=" + window.location + "&target="+obj.href+"&ex=" +escape(ex);
    }
    return true;
}
