$(function() {
	$(".newsPopup").click(
		function() {
			$(".newsPopup").hide();
		}		
	);
	
	$(".newsPopup01").click(
		function() {
			$(".newsPopup01").hide();
		}		
	);	
});

function addNews() {
	document.location.href = "/main?req=news";	
}
