// JavaScript Document

$(document).ready(function() {
    $("body").ezBgResize({
        img : "images/Bg/white gray background.jpg"
    });
});

