$(document).ready(function() {

	$('.shuffle').randomImage({path: '../img/'});

//   click function niet actief voor button
//	$('a:first').click(function() {
//		location.reload();
//		return false;
//	});

});

