var js=init();js.include("css.include");if(document.domain=="tooyoo.ru"){google.load("jquery","1.3.2");google.setOnLoadCallback(function(){counters();js.includeScript("/webim/track.php?theme=default&event=init&url="+escape(document.location.href)+"&from="+escape(document.referrer)+"&issecure=")})}else{js.include("jquery-1.3.2")}function init(){var js={version:"1.1.7_als",rootUrl:"/js/",context:this,versioninig:false};Function.prototype.bind=function(){var __method=this;var object=arguments[0];return function(){return __method.apply(object)}};Object.extend=function(destination,source){for(var property in source){destination[property]=source[property]}return destination};js.getXHTTPTransport=function(){var result=false;var actions=[function(){return new XMLHttpRequest()},function(){return new ActiveXObject("Msxml2.XMLHTTP")},function(){return new ActiveXObject("Microsoft.XMLHTTP")}];for(var i=0;i<actions.length;i++){try{result=actions[i]();break}catch(e){}}return result};js.evalProperty=function(object,name,value,forceSet){if(object){if(!object[name]||forceSet){object[name]=value||true}return object[name]}return null};js.evalPath=function(path,context,value,forceSet){context=context||js.context;var pos=path.indexOf(".");if(pos==-1){return js.evalProperty(context,path,value,forceSet)}else{var name=path.substring(0,pos);var path=path.substring(pos+1);var obj=js.evalProperty(context,name,value);return js.evalPath(path,obj,value,forceSet)}};js.pathToUrl=function(path,version){return js.rootUrl+path+(js.versioninig?".v"+version:"")+".js"};js.loadedModules={};js.module=function(path,version){version=version||1;js.loadedModules[path]=js.loadedModules[path]?Math.max(js.loadedModules[path],version):version;return js.evalPath(path,null,{})};js.include=function(path,version){version=version||1;if(js.loadedModules[path]&&js.loadedModules[path]>=version){return false}var transport=js.getXHTTPTransport();transport.open("GET",js.pathToUrl(path,version),false);transport.send(null);var code=transport.responseText;(typeof execScript!="undefined")?execScript(code):(js.context.eval?js.context.eval(code):eval(code));return true};js.load=js.include;js.includeScript=function(path,version){if(js.loadedModules[path]&&js.loadedModules[path]>=version){return false}var transport=js.getXHTTPTransport();transport.open("GET",path,false);transport.send(null);if(!code){return true}var code=transport.responseText;(typeof execScript!="undefined")?execScript(code):(js.context.eval?js.context.eval(code):eval(code));return true};js.extend=function(newClass,superClass,props){var multiple=[];if(superClass instanceof Array||typeof superClass=="array"){multiple=superClass;superClass=multiple.shift()}if(typeof newClass=="string"){newClass=js.evalPath(newClass,null,js.createClass(),1)}else{return}if(superClass){var inheritance=function(){};inheritance.prototype=superClass.prototype;newClass.prototype=new inheritance();newClass.superClass=superClass.prototype}for(var i=0;i<multiple.length;i++){Object.extend(newClass.prototype,multiple[i].prototype)}newClass.mixins=multiple;Object.extend(newClass.prototype,props||{});newClass.prototype.constructor=newClass};js.define=js.extend;js.createClass=function(){return function(){var _this=arguments.callee.prototype;_this.init.apply(this,arguments);for(var i=0,mixins=_this.constructor.mixins,length=mixins.length;i<length;i++){mixins[i].init.apply(this)}}};js.hasOwnProperty=function(obj,prop){if(Object.prototype.hasOwnProperty){return obj.hasOwnProperty(prop)}return typeof obj[prop]!="undefined"&&obj.constructor.prototype[prop]!==obj[prop]};js.dump=function(text){};js.error=function(text){};restorejs=function(obj){return function(){window.js=obj}}(js);return js}function counters(){new Image().src="http://counter.yadro.ru/hit?r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";h"+escape(document.title.substring(0,80))+";"+Math.random();var a=new Image();a.src="http://counter.rambler.ru/top100.scn?1896029&rn="+Math.random()+"&rf="+escape(document.referrer);$(".footer").append('<a href="http://top100.rambler.ru/home?id=1896029" target="_blank"><img src="http://top100-images.rambler.ru/top100/w0.gif" alt="Rambler`s Top100" width="88" height="31" border="0" /></a>')};