$(document).ready(function(){

	$("#header").diaporama({
		animationSpeed: 2000,
		delay:6
	});

});
