function Homepage(th) { 
  th.style.behavior="url(#default#homepage)"; 
  th.setHomePage("http://www.download3000.com");
}
if (window != top) top.location.href = location.href; 
