$(document).ready(function(){

	$(".whouse").diaporama({
		animationSpeed: "slow",
		delay:4
	});

});
