function openLightWindow(){
	myLightWindow.activateWindow({
		href : 'news.html',
		width: 500,
		title : "",
		author : ""
	});
}