

$(document).ready(function() {
	
	$('#test').click(function() {
		  alert('Hello');
		});
	
    $('#slider').s3Slider({
        timeOut: 3000
    });

	
});

