var escapeText=(typeof(encodeURIComponent)!='undefined')?encodeURIComponent:function(text){return escape(text).replace(/\+/g,'%2B');};function set_focus(id){id.focus();id.select();}function statusbar(msg){window.status=msg;}function $(id){return document.getElementById(id);}function ietruebody(){return(document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body;}function checkmode(){var mode=document.compatMode;if(mode=="BackCompat"){statusbar("Quirks Mode");}else if(mode=="CSS1Compat"){statusbar("Strict Mode");}}function postage(one,two,three,subject){window.location='mailto:'+one+two+three+'?subject='+subject;}function modelesswin(url){var pop=null;pop=window.open(url,"","resizable=0,scrollbars=0");pop.focus();}function createHTTPObject(){var result;try{result=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP");}catch(e){return false;}return result;}function doPost(url,qstr,respond,async,key){var http=createHTTPObject();if(http){http.open("POST",url,async);http.setRequestHeader('Content-Type','application/x-www-form-urlencoded');if(respond){http.onreadystatechange=function(){if(http.readyState==4&&http.status==200){$(key).innerHTML=http.responseText;}};}http.send(qstr);}else{alert("browser doesn't support ajax.");}}function update_counter(){statusbar("update_counter...");doPost("http://www.marchansenstuff.com/counter/counter.php","id=0",false,true,"");doPost("http://www.marchansenstuff.com/counter/showcounter.php","id=0",true,true,"counter");}
