function setStartPage() {
document.body.style.behavior = "url('#default#homepage')";
document.body.setHomePage("http://www.cyber-ninja.net/");
} 
