$(document).ready(function() {
	jQuery.easing.def = 'easeOutBounce';
	$("#headerimg").animate({top: "0px"}, 2500); /* Verander hier de snelheid, tijd in miliseconden, hoger is langzamer ;) */
});
