$(document).ready(function () {
    $("body").queryLoader2({
        barColor: "#747474",
        backgroundColor: "#000",
        percentage: true,
        barHeight: 2,
        completeAnimation: "fade"
    });
});

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