$(function() {    
		   
	$('#hero-image div').remove();
	
	$('#hero-image').cycle({
		fx:     'fade',
		speed:  'fast',
		random: 1,
		timeout: 4000
	});
});
