var AuthUser=false;function fbGetUser(b){if(typeof(b.error)!="undefined"){return false;}var a=b;}var commonTools={addslashes:function(a){return a.replace("/([\"'])/g","\\$1").replace("/\0/g","\\0");},preloadImages:function(a,g){if(a.length==0){g();}else{if(typeof document.body=="undefined"){return;}try{var f=document.createElement("div");var b=f.style;b.position="absolute";b.top=b.left=0;b.visibility="hidden";document.body.appendChild(f);f.innerHTML='<img src="'+a.join('" /><img src="')+'" />';var d=f.lastChild;d.onload=function(){document.body.removeChild(document.body.lastChild);g();};}catch(c){}}},getUrlVars:function(e){var d=[],c;var a=window.location.href.slice(window.location.href.indexOf("?")+1).split("&");for(var b=0;b<a.length;b++){c=a[b].split("=");d.push(c[0]);d[c[0]]=c[1];}if(d.length==0){return false;}if(typeof(d[e])=="undefined"){return false;}if(e){return d[e];}return d;},cropText:function(c,a,b){b=b||"...";if(typeof(c)=="string"&&c.length>a){return c.substr(0,a)+b;}return c;},declension:function(b,c){var a;count=b%100;if(count>=5&&count<=20){a=c["2"];}else{count=count%10;if(count==1){a=c["0"];}else{if(count>=2&&count<=4){a=c["1"];}else{a=c["2"];}}}return a;},inputHelper:function(b,d){function a(e,f){if(e.val()==f){$(e).val("");}}function c(e,f){if(e.val()==""||e.val()==f){$(e).val(f);}}$(b).bind("focus",function(){a(b,d);}).bind("blur",function(){c(b,d);});c(b,d);}};
