// toon image als hij is geladen met een fadeIn
jQuery(document).ready(function() {
	var text = jQuery('h1.sifr').text();
	if (text == 'Webdesign Utrecht - Informatie')
	{
		$('h1.sifr').html('Informatie');
	}
});

