if (parent.frames.length>=1)
{
  window.top.location.href="http://www.learn-in.net/";
}

uir = "nix"; // Referrer
uiw = "0"; // Screen-Width (JS 1.2)
uih = "0"; // Screen-Height (JS 1.2)
uic = "0"; // ColorDepth (JS 1.2)

uiw = screen.width;
uih = screen.height;

if(screen.pixelDepth) { uic = screen.pixelDepth; }
else { uic = screen.colorDepth; }

if (document.referrer.length > 0)
{
  uir = document.referrer;
}

