$(document).ready(function () {
    $("body").queryLoader2({
        barColor: "#585657",
        backgroundColor: "#700700",
        percentage: true,
        barHeight: 30,
        completeAnimation: "grow"
    });
});
