/*
Copyright (c) 2006 Ahmed Badawy
www.hor11.com
الحصان الأسود لخدمات الويب
*/


      function replaceText(text){
	      while(text.lastIndexOf("&") > 0){
		      text = text.replace('&', '[i-Stats]');
	      }
	      return text;
      }

      var web_referrer = replaceText(document.referrer);
      <!--
      istat = new Image(1,1);
      istat.src = "http://hor11.com/statshor/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&referer="+web_referrer+"&page="+location.href;
      //-->
<!--
function popUp(url) {
	newwindow=window.open(url,'name','height=400,width=650');
}

// -->

<!--
function MM_effectAppearFade(targetElement, duration, from, to, toggle)
{
	Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}
//-->
