// Add VideoJS to all video tags on the page when the DOM is ready
    VideoJS.setupAllWhenReady();

$(function(){
    if ($(".new-jobs-list ul").children().size() == 0) {
        $(".new-jobs-list").text($(".new-jobs-list").metadata().nojob);
    }

});
