window.onload = function()
{
	$(document).ready(function() {
        $('#slider').s3Slider({
            timeOut: 8000
        });
    });
};
