if (location.href.indexOf("iola.com") == -1)
{
window.location.href="http://iola.com";
}

if (location.href.indexOf("cache") != -1)
{
window.location.href="http://iola.com";
}

if (location.href.indexOf("altavista") != -1)
{
window.location.href="http://iola.com";
}

var caught = 0;
  if (top.frames.length != 0)
  {
  caught++;
  if (caught != 0)
  {
  top.location=self.document.location;
  }
 }

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

function popUp(URL,w,h) {
        winl = (screen.width - w) / 2;
        wint = (screen.height - h) / 2;

        day = new Date();
        id = day.getTime();
        eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width="+w+",height="+h+",top="+wint+",left="+winl+"');");
}
