function init()
{
	$.get('http://www.chiromaeva.be/script/data/nieuws.html', function(response) { 
     $('#nieuwsContent').append(response);
});		
$.get('http://chiromaeva.be/script/data/nieuws.html', function(response) { 
     $('#nieuwsContent').append(response);
});		
}


