$(document).ready(function () {	
	$.pseudoFocus();
	
	$('.afbeeldingen').cycle({ 
		fx:      'fade', 
		speed:    300, 
		timeout:  3000 	
	});

var h2Element = $("#item-special h2").html();
$("#item-special h2").html("<span>"+h2Element+"</span>");

$('.ingangen').masonry({
    // options
    itemSelector : 'li'
  });

$(".uitgelichtThema .voorbeeld a").append("<span class='playbtn'></span>");

});





