$(function() {
    $("#body-background").ezBgResize();
});

$(window).bind("resize", function(){
    $("#body-background").ezBgResize();
});

/* Dit script herberekent de achtergrond afbeelding */
