if (location.href.indexOf("keithnealracing.com") == -1)
{
window.location.href="http://www.keithnealracing.com";
}


if (location.href.indexOf("cache") != -1)
{
window.location.href="http://www.keithnealracing.com";
}

if (location.href.indexOf("nealtrans") != -1)
{
window.location.href="http://www.keithnealracing.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);
}

