$(document).ready(function() {

	var home = $("#s3Slider");
	if ( home.length){
		$('#s3Slider').s3Slider({
			timeOut: 4000
		});
	}
   
});