// JavaScript Document

if (top.frames.length!=0) {
 if (window.location.href.replace) top.location.replace(self.location.href);
else
 top.location.href=self.document.href;
}

var gatenum = Math.floor(Math.random()*1001);

function stw_pagepix(stwurl,key,stwsize) {
 if(stwsize==''||stwsize==undefined||(stwsize!='xlg'&&stwsize!='lg'&&stwsize!='sm'&&stwsize!='vsm'&&stwsize!='tny'&&stwsize!='mcr')){stwsize='sm'}
 var src="http://images.shrinktheweb.com/xino.php?stwembed=1&stwsize="+(stwsize)+"&stwaccesskeyid="+encodeURIComponent(key)+"&stwurl="+encodeURIComponent(stwurl);
 document.write('<a href="'+stwurl+'" target="_blank"><img src="'+src+'" border="0" alt="" width="120" height="90" style="border:1px solid #ccc;" /></a>');
}

function showResult(str) {
 if (str.length==0) {
  document.getElementById("livesearch").innerHTML="";
     document.getElementById("livesearch").style.border="0px";
     return;
   }
   if (window.XMLHttpRequest) {
     xmlhttp=new XMLHttpRequest();
   } else {
     xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
   }
     xmlhttp.onreadystatechange=function()
   {
   if (xmlhttp.readyState==4 && xmlhttp.status==200) {
     document.getElementById("livesearch").innerHTML=xmlhttp.responseText;
/*     document.getElementById("livesearch").style.border="1px solid #A5ACB2"; */
    }
   }
     xmlhttp.open("GET","http://www.hentaigate.com/opensrc/livesearch.php?q="+str,true);
     xmlhttp.send();
}

