/* UTF-8 */

function transform(x)
{
  var s, i, j;
  s = "";
  j = x.length;
  for (i = 0; i < j; i++)
    eval(unescape(
    " %69%20%20%2B%3D%20%70%61%72%73%65%49%6E%74%28%78%2E " +
    " %63%68%61%72%41%74%28%69%29%29%26%20%33%20%5E%32%3B " +
    " %73%2B%3D%78%2E%63%68%61%72%41%74%28%2B%2B%69%29%3B "
    ));
  return s;
}

function windowError(event)
{
  return true;
}

function windowLoad(event)
{
  var s0, s1, s2, x, y;
  s0 = "4'!06x7&D8yD36E287HD3l07Z8619wXF";
  s1 = "7Am8GTa4P.i3@l3xt2o5# [:7b";
  s2 = "4ARx1$pvd0w{34b$e5OsY86d5\"sm08@&80TS15YL'@5;Xy" +
       "y7!a6h8\\qo4pLo8{C.1rHJc8~<o4_X.1Ppok0\\qr9pL{";
  if (window.document.getElementsByTagName)
    eval(
    " try " +
    " { " +
    "   s1 = transform(s1); " +
    "   s2 = transform(s2); " +
    "   x = window.document.getElementsByTagName(\"address\")[0]; " +
    "   y = window.document.createElement(\"a\"); " +
    "   y.setAttribute(\"href\", s1 + s2); " +
    "   y.appendChild(window.document.createTextNode(s2)); " +
    "   x.replaceChild(y, x.getElementsByTagName(\"img\")[0]); " +
    "   y = x.getElementsByTagName(\"span\")[0]; " +
    "   if (y) " +
    "     x.removeChild(y); " +
    " } " +
    " catch(error) " +
    " { " +
    " } "
    );
  else
    if (window.document.all)
    {
      window.onerror = windowError;
      eval(
      " s0 = transform(s0); " +
      " s1 = transform(s1); " +
      " s2 = transform(s2); " +
      " x = window.document.all.tags(\"address\")[0]; " +
      " x.innerHTML = s0 + \" &lt;<a href=\\\"\" + s1 + s2 + " +
      "   \"\\\">\" + s2 + \"</a>&gt;\"; "
      );
    }
    else
      if (window.document.layers)
      {
        window.onerror = windowError;
        eval(
        " s0 = transform(s0); " +
        " s1 = transform(s1); " +
        " s2 = transform(s2); " +
        " x = window.document.layers[0].document; " +
        " x.open(/* \"text/html\", \"replace\" */); " +
        " x.write(\"<address>\" + s0 + \" &lt;<a href=\\\"\" + " +
        "   s1 + s2 + \"\\\">\" + s2 + \"</a>&gt;</address>\"); " +
        " x.close(); "
        );
      }
  return true;
}

if (window.addEventListener)
  window.addEventListener("load", windowLoad, false);
else
  if (window.attachEvent)
    window.attachEvent("onload", windowLoad);
  else
    window.onload = windowLoad;

