$(document).ready(function(){
	$(window).load(function() {
		$('#header').nivoSlider({ pauseTime:5000, pauseOnHover:false });
	});
});
