jQuery(function($) {
    if($("#headerImage ul li").length > 1) {
        $("#headerImage ul").innerfade({
            speed: 2000,
            timeout: 10000,
            containerheight: '84px'
        });
    }
});