function win(parentName){
	alert("update_news.php");
	window.opener.location.href = parentName;
	self.close();
}