function stat_hit( al_page_c, al_showing_c, as_page)
{
  var ls_js = "1.0";
  var ls_fr = "0";
  if( self != top){ ls_fr ="1";} 

  var mt=(new Date()).getTimezoneOffset();

  var ls_a = "rn=" + Math.floor( Math.random()*1000000)
   + "&pg=" + escape( window.location.href)
   + "&fr=" + ls_fr
   + "&mt=" + mt;

  if( document.referrer) ls_a += "&r=" + escape( document.referrer)
  if( al_page_c != null) ls_a += "&pi=" + al_page_c;
  if( al_showing_c > 0) ls_a += "&sh=" + al_showing_c;

  document.cookie="c=1; path=/";
  ls_a += "&c=" + (document.cookie ? "1" : "0");

  ls_a += "&j=" + (navigator.javaEnabled() ? "1" :"0");

  ls_a += "&w="  + screen.width + "&h="  + screen.height
    + "&px=" + (((navigator.appName.substring(0,3)=="Mic")) ? screen.colorDepth : screen.pixelDepth);

  var ln_i = new Image(1,1);
  ln_i.src = as_page + "?" + ls_a + "&jv=" + ls_js + "&js=1";
}

stat_hit( ll_page_c, ll_showing_c, ls_stat);
