/* * Copyright (c) 2005 - 2009 anigota.com, and associates. * All rights reserved. * Not to be reused without permission */ $ = function() { return document.getElementById(arguments[0]); } function getReq() {if( window.XMLHttpRequest ){return new XMLHttpRequest();} else {var a = [ 'Microsoft.XMLHTTP', 'Msxml2.XMLHTTP', 'Msxml2.XMLHTTP.3.0', 'Msxml2.XMLHTTP.4.0', 'Msxml2.XMLHTTP.5.0' ];var i = a.length;while( i-- ){try{return new ActiveXObject(a[i]);}catch ( e ){}}return null;}} /* stats */ function repStats(m,h,v) {var r=getReq(),u="/pages/stats/"+m+"?"+h+"="+escape(v);r.open("GET",u,true);r.send(null);}