var limit = 52; $(document).ready(function () { var today = new Date(); var curHr = today.getHours(); if (curHr < 5) { $(".morning-text").html("Good Night"); // console.log('good morning'); } else if (curHr < 11) { $(".morning-text").html("Good Morning"); // console.log('good morning'); } else if (curHr < 17) { // console.log('good afternoon'); $(".morning-text").html("Good Afternoon"); } else if (curHr < 20) { // console.log('good evening'); $(".morning-text").html("Good Evening"); } else if (curHr < 24) { // console.log('good Night'); $(".morning-text").html("Good Night"); } else { // console.log('good Night'); $(".morning-text").html("Good Night"); } var e = sessionStorage.getItem("lastpage"); e && "index" !== e && "home" !== e && "" !== e ? (sessionStorage.setItem("lastpage", ""), (e = e.replace("/", "")), setTimeout(function () { switchContent(e); }, 200)) : (reloadJs(), (document.title = "Listen to Latest Audio & Video Song Online Only On | Bajao"), $("#main-nav-top > li").removeClass("active"), $("#main-nav-top > li:nth-child(1)").addClass("active"), $("#sideMoreContent").addClass("hidden").removeClass("visible-lg"), $(".footer-player").removeClass("player-width"), loadMainBanners(""), loadAllSectionV2WithContent("/api/home/sections/v2", "FULLTRACK", 0, 30), loadTopPlaylists(), $("body").hasClass("white-theme") ? $("#header-wrap").removeClass("white-header") : $("#header-wrap").removeClass("black-header"), $("footer").removeClass("col-sm-9"), $(".homeli").addClass("active"), checkForGAConversion()), firebaseObj.analytics().logEvent("home_pageview", {description: "home"}), logEvent("home_pageview", "Home"), getJazzSuccessNoty(); let a = new URLSearchParams(window.location.search), t = a.get("m"), o = a.get("app"); (("ANDROID" == o || "IOS" == o) && (window.location.href = "/payments?app=" + o), 1 == t || 2 == t) ? $(".btnSubscribe").trigger("click") : 1 == a.get("cmp") && $("#cmpmodal").modal("show"); });