$(document).ready(function() {
	$('#flashfader').cycle({ 
    	timeout: 5000 
	});
});
