$(document).ready( function() {
	$.get( "content/news.html", function(data) {
		    $("#news").html( data );
		});
});


