$("document").ready(function() {
	
	$("#feature").cycle({ timeout: 6000 });
		
});
