$(function(){
	if($('section#feature').length){
		$("section#feature").cycle({
			timeout:6000
		});
	}
});

