/**
 * 
 */


$(function() {
	$("#slider").simpleSlider({
		speed: 3000,
		random: true
	});
	
});


