/******************************************************************************
* CNCintAppelSliderHome.js
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/
    $(document).ready(function() {
        $('#s3slider').s3Slider({
            timeOut: 7000
        });
    });
