function sethome()
{
   document.body.style.behavior='url(#default#homepage)';
   document.body.setHomePage("http://www.gotobooks.com");
}
function advertise()
{
window.open("browsing/advertise.asp",null,"height=450,width=500,status=yes,toolbar=no,menubar=no,location=no");
}
function goto()
{
document.getElementById("kwCont").style.display="";
location.href="#top"
}