function newyearWin(){
	therannum = Math.random()
	thenum = Math.round(therannum);
	theurl = "newyear/newyear" + thenum + ".html";
	theparam = "toolbar=no,menubar=no,scrollbars=no,resizable=no,width=340,height=470";
	newyearwin=window.open(theurl,"",theparam);
}