(function($){ $.fn.ajaxMetrics = function(o) { var o = $.extend({ rsHost: 'http://server-it.imrworldwide.com/cgi-bin/count?', rsCid: 'it_rcs-it_0', rsDomain: 'http://max.rcs.it', rsPath: '/', rsImgId: 'ajaxMetrics', rsImgAlt: '', rsImgWidth: 1, rsImgHeight: 1 },o); return this.each(function(){ $('#' + o.rsImgId).remove(); var img = new Image(); $(img).attr( { 'id': 'ajaxMetrics', 'src': o.rsHost + 'cid=' + o.rsCid + '&url=' + o.rsDomain + o.rsPath, 'width': o.rsImgWidth, 'height': o.rsImgHeight, 'alt': o.rsImgAlt }); $(img).appendTo($(this)); //google analytics: pageTracker._trackPageview(o.rsPath); }); } })(jQuery);