$(document).ready(function() {
	$('#x').click(function(){
		$('#newPopup').hide();		
	});
});

