	$(function() {
	    $('#selector').sdswitch({
	    	time: 5000,
	    	animateTime: 1000,
	    	startElement: 0,
	    	showWindow: false,
	    	showTitle: false
	    });
	});