// statCounter.js v1.0a
// (c) Tale 2005


function statCounterIcon(img)
{
  document.write('<A HREF="http://my.statcounter.com/project/standard/stats.php?project_id='+sc_project+'&amp;guest=1" TARGET="_blank"><IMG SRC="'+img+'" WIDTH=16 HEIGHT=16 BORDER=0 ALT="StatCounter"><\/A>');
}


function statCounterScript()
{
  var src;
  if (window.parent && (window.parent != window))
    src = "frames.js";
  else
    src = "counter.js";

  document.write('<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="http://www.statcounter.com/counter/'+src+'"><\/SCRIPT>');
}


if ((!window.sc_invisible) && (window.sc_invisible != "0"))
  var sc_invisible = 1;

if (!window.sc_project)
{
  var sc_project = 1070614;
  var sc_partition = 6;
  var sc_security = "20365eed";
}

if (window.location && window.location.hostname && (window.location.hostname.lastIndexOf(".local") == window.location.hostname.length-6))
{
  if (!sc_invisible)
    statCounterIcon("stat-counter-offline.gif");
}
else
{
  if (!sc_invisible)
  {
    sc_invisible = 1;
    statCounterScript();
    statCounterIcon("stat-counter.gif");
  }
  else
    statCounterScript();
}

