﻿(function($) {

    G4TV.Dom.ready(function() {

        //Mvc Header Addition
        if (typeof ($("#sprint4g-header").parent() != "undefined") && typeof ($("body #hd #hd-wrap .header h6")) != "undefined") {
            $("body #hd #hd-wrap .header h6").prepend($("#sprint4g-header").parent());
        }

        //Position Sponsor Logo On Skinned Pages
        //console.log($("body #bd:first .bd-wrap"));
        if (typeof ($("#sprint4g-body").parent() != "undefined") && (typeof ($(".sprint4g.home")) != "undefined" || typeof ($(".sprint4g.news")) != "undefined" || typeof ($(".sprint4g.games")) != "undefined" || typeof ($(".sprint4g.videos")) != "undefined") && typeof ($("body #bd:first")) != "undefined") {
            $("body #bd:first").prepend($("#sprint4g-body").parent());
        }

        //aots
        if (typeof ($("#sprint4g-body").parent() != "undefined") && (typeof ($(".sprint4g.aots")) != "undefined") && typeof ($("body #outer_container:first")) != "undefined") {
            $("body #outer_container:first").prepend($("#sprint4g-body").parent());
        }

        
    });

})(jQuery);


jQuery(document).ready(function() {

    //for the forums
    if (typeof (vBulletin_Framework) != "undefined") {
        jQuery('body').addClass("sprint4g");
    }

});
