

function setRhsImmunisationInTheNews(containerHeight, container) {
    //alert('setRhsImmunisationInTheNews: ' + containerHeight);
    

    $ektron(container).rhsSlider({
        auto: true
        ,heightOffset: containerHeight
    });
    

}
