// JavaScript Document powered WWW.ONECN.NET
/*
if(self.name!=top.name){window.top.location.replace(self.location)};

var obj = window.location.href;
obj = obj.toLowerCase();
obj = obj.substr(7);
if(obj.indexOf("indexed.")==0){
obj = obj.substr(8);
}
if(obj.indexOf("lply.com")!=0)
window.location="http://www.onecn.net";
*/

function turnit(ss)
{
 if (ss.style.display=="none") 
  {ss.style.display="";
}
 else
  {ss.style.display="none"
  }
}

