jQuery.event.hautelook_add=jQuery.event.add;jQuery.event.add=function(a,b,c,d){b!="click"||b&&b.indexOf("live.click")==-1?jQuery.event.hautelook_add(a,b,c,d):jQuery.event.hautelook_add(a,b,function(){if(c instanceof Function){$(this).attr("rel")!=""&&$(this).tagName!="A"&&sendClickRequest(this,$(this).attr("rel"));return c.apply(this,arguments)}else return true},d);return true};$("a").live("click",function(){$(this).attr("rel")!=""&&sendClickRequest(this,$(this).attr("rel"));return true});
function sendClickRequest(a,b){a=s_gi(s_account);a.linkTrackVars="prop5,prop6";a.prop5=b;a.prop6=navigator.userAgent;a.tl(this,"o",a.prop5);a.prop5="";a.prop6="";return true};
