$(document).ready(function(){
	//Deals with the BREAKING NEW BOX
	$(".breaking_news").click(function(){$("#dialog_breaking_news").dialog({modal: true,autoOpen: true,width:600,buttons: {Ok: function(){$(this).dialog('close');}}});});	
});
