$(function(){
	$('#pic').cycle({ 
		speed:  1000, 
		timeout: 7000,
		random: 1
	}); 
});