function doSlide()
{
    $('#sliderContent').innerfade({
        speed: 'slow',
        timeout: 8000,
        type: 'sequence',
        containerheight: '249px'
    });
}
$(document).ready(function(){
    if (jQuery) { 
        doSlide();
    }
});
