jQuery(window).load(function () {
                sh = jQuery('#side').height();
                ch = jQuery('#container').height();
                if(ch > sh+90) jQuery('#side').height(ch-210);
});



jQuery(document).ready(function() {
    jQuery('ul#slider').innerfade({
            animationtype: 'fade',
            speed: 1050,
            timeout: 5000,
            type: 'random',
            containerheight: '290px'
            });
});
