function go_now (page) {
    window.location.href = location.protocol + "//" + location.hostname + "/lib/sundae/" + page;
}


function fullScreenRedirect(){
	this.moveTo(0,0);
	resizeTo(screen.availWidth,screen.availHeight);
	//setTimeout("go_now('main.html')",5000);
}