function openNewsWindow(u) {
	w=window.open(u,'juice_news','width=600, height=600, menubar=no, toolbar=no, scrollbars=yes, resizable=yes');
	w.focus();
}