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