jQuery().ready(function() {
     $('#photoframe').cycle({
		fx: 'fade',
		speed: 3000,
		timeout: 2000
	});
	

});
