function $(id){return document.getElementById(id)?document.getElementById(id):id;};function $tag(t){return document.getElementsByTagName(t);};function $domen(){return 'http://'+document.location.hostname+'/';};function makeHistory(newHash){document.location.hash=newHash.replace($domen(),'');set_hash=document.location.hash;return true;};function handleHistory(){window.status=document.location.hash;if(window.location.hash!=set_hash){set_hash=document.location.hash;$as($domen()+''+document.location.hash.substring(1)+'','body_all')}return true;};function pollHash(){handleHistory();window.setInterval("handleHistory()",1000);return true;};function $create(t){return document.createElement(t);};function setCookie(c_name,value,expiredays){var exdate=new Date();exdate.setDate(exdate.getDate()+expiredays);document.cookie=c_name+"="+escape(value)+((expiredays==null)?"":";expires="+exdate.toGMTString());};function include(url,v){if(url.match(".css")){var script=$create("LINK");script.type="text/css";script.href=url.toString();script.rel="stylesheet";}else{var script=$create("SCRIPT");script.type="text/javascript";script.src=url.toString();}if(typeof(url)=="undefined"||url.length==0)return;if($tag("head")[0]){var head=$tag("head")[0];head.appendChild(script);}else return;};
include($domen()+'scripts/plugins/flash.js');
include($domen()+'scripts/js_lib/mine_functions.js');
include($domen()+'scripts/js_lib/ajax.js');

include($domen()+'scripts/plugins/HTML_MetaForm.js');
include($domen()+'scripts/plugins/tmp.js');


var set_hash="";
window.onload=function(){
ajaxSend($domen()+'scripts/js.php','a=b','1');pollHash();}
