$(document).ready(function(){
	$('#inthenews').bind('click', function(){
		$('#inthenews_lg').dialog({
			height:498,
			width:646,
			resizable: false,
			scrollbars: false,
			modal: true
		});
	});
});
