$(function(){
	makeslider();
});
function makeslider() {
	if ($('#slider').length>0) {
		$(window).load(function(){
			$('#slider').s3Slider({
			            timeOut: 10000
			        });
		
		});
	}
}
