$(document).ready(function(){ 
	$(".homepage-images").cycle({
		 timeout: 7000
	});
}); 
