function Today10() {
	newWin = window.open( "", "news_edit_win", "resizable,scrollbars,width=290,height=300,dependent");
	newWin.window.location='today10.html';
}
