$(document).ready(function () {
    $("body").queryLoader2({
        barColor: "#E2E2E2",
        backgroundColor: "#193C62",
        percentage: true,
        barHeight: 10,
        completeAnimation: "grow"
    });
});

/*
window.addEventListener('DOMContentLoaded',function() {
    $("body").queryLoader2({
        barColor: "#6e6d73",
        backgroundColor: "#fff1b0",
        percentage: true,
        barHeight: 30,
        completeAnimation: "grow"
    });
});
*/
