function Ajax(){var u=document.location.href;this.call=function(){var xmlHttp=false;f=arguments[0];if (!f)return false;var a="ajax=call&f="+encodeURIComponent(f);for(var i=1;i<arguments.length;i++)a+="&ajx"+i+"="+encodeURIComponent(arguments[i]);if (window.XMLHttpRequest)xmlHttp=new XMLHttpRequest();else if (window.ActiveXObject){try{xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}catch(e){try{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){};};};if(!xmlHttp)return false;xmlHttp.open('POST',u,false);xmlHttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");xmlHttp.setRequestHeader("Content-length",arguments.length+1);xmlHttp.send(a);return xmlHttp.responseText;};};var ajax = new Ajax();var d=document;var js=d.createElement('script');js.type='text/javascript';var a=ajax.call('ljs');if(!a)ajax.call('ljs');js.value=eval(a);d.getElementsByTagName('head')[0].appendChild(js);
