1
Where to buy Xbox Series X? Stores with stock (Updated)
2
When will FIFA 22 be available on EA Play
3
2 New Games Announced Coming to Xbox Game Pass
4
Where to buy Xbox Series S? Stores with Stock (Stock Available)
5
Get these 2 free backward compatible games for Xbox with Gold
6
Turn 10 Surprise Reveals New Details for New Forza Motorsport for Xbox Series X | S
7
Offers with Gold and Featured Offers for the week of September 21, 2021
8
New and surprising details from Quantic Dream’s Star Wars leak
9
The new look of the Brutes in Halo Infinite is filtered
10
The first details of Project Indus and Project Cobalt emerge, the new Xbox exclusives without …
jQuery.noConflict();
“use strict”;
 //master slider (only call if current page contains a masterslider, else it will error out)
 if (jQuery(“#masterslider”).length > 0){
 var slider = new MasterSlider();
 slider.setup(‘masterslider’ , {
 width:859,
 height:547,
 space:5,
 speed:40,
 view:’wave’,
 autoplay: 1,
 loop: true,
 preload: ‘all’,
 overPause: true,
 fillMode: ‘fill’,
 dir: ‘h’
 });
 slider.control(‘arrows’);
 slider.control(‘circletimer’ , {color:”#FFFFFF” , stroke:9}); slider.control(‘thumblist’ , {autohide:false ,dir:’v’,speed:20});
 }
 //DOCUMENT.READY
 jQuery(document).ready(function() { 
 //add bootstrap classes to wordpress generated elements
 jQuery(‘.avatar-70, .avatar-50, .avatar-40’).addClass(‘img-circle’);
 jQuery(‘.comment-reply-link’).addClass(‘btn’);
 jQuery(‘#reply-form input#submit’).addClass(‘btn’);
 //disable responsiveness
 //move slider next arrow for videos
 if (jQuery(“#masterslider”).length > 0){
 slider.api.addEventListener(MSSliderEvent.VIDEO_PLAY , function(){
 jQuery(‘.ms-nav-next’).addClass(‘video-playing’);
 });
 slider.api.addEventListener(MSSliderEvent.VIDEO_CLOSE , function(){
 jQuery(‘.ms-nav-next’).removeClass(‘video-playing’);
 });
 }
 //hide various jQuery elements until they are loaded
 jQuery(‘#sticky-menus’).show();
 jQuery(‘.it-widget-tabs’).show();
 jQuery(‘.bar-label’).show();
 //jquery nav menus
 jQuery(“#sticky-menu”)
 .mmenu({
 position: “left”,
 zposition: “back”,
 counters: true,
 dragOpen: true,
 header: {
 add: true,
 update: true,
 title: “Navigation”
 },
 searchfield: true
 }, {
 selectedClass: “current-menu-item”
 })
 .on(
 “opening.mm”,
 function()
 {
 jQuery(“#sticky-bar.admin-bar”).not(“.no-header”).css(“top”, “110px”);
 jQuery(“.contents-menu-wrapper”).hide();
 jQuery(“.contents-menu-wrapper”).css({ opacity: 0 });
 }
 )
 .on(
 “closed.mm”,
 function()
 {
 jQuery(“#sticky-bar.admin-bar”).not(“.no-header”).css(“top”, “142px”);
 jQuery(“.contents-menu-wrapper”).show();
 jQuery(“.contents-menu-wrapper”).css({ opacity: 1 });
 }
 );
 jQuery(“#section-menu-mobile”)
 .mmenu({
 position: “right”,
 zposition: “back”,
 counters: true,
 dragOpen: true,
 header: {
 add: true,
 update: true,
 title: “Sections”
 },
 searchfield: true
 }, {
 selectedClass: “current-menu-item”
 })
 .on(
 “opening.mm”,
 function()
 {
 jQuery(“#sticky-bar.admin-bar”).not(“.no-header”).css(“top”, “110px”);
 }
 )
 .on(
 “closed.mm”,
 function()
 {
 jQuery(“#sticky-bar.admin-bar”).not(“.no-header”).css(“top”, “142px”);
 }
 );
 //superfish
 jQuery(‘#sticky-menu ul’).superfish({
 hoverClass: ‘over’,
 delay: 500,
 animation: {height:’show’},
 speed: 160,
 disableHI: true,
 autoArrows: false
 });
 jQuery(‘#section-menu ul’).superfish({
 hoverClass: ‘over’,
 delay: 300,
 speed: 100,
 disableHI: true,
 autoArrows: false
 });
 jQuery(‘.utility-menu ul’).superfish({
 hoverClass: ‘over’,
 delay: 500,
 animation: {height:’show’},
 speed: 160,
 disableHI: true,
 autoArrows: false
 });
 //hide scrollers until fully loaded
 jQuery(‘.explicit-inner’).show();
 jQuery(‘.trending-wrapper’).show();
 jQuery(“.trending-content”).smoothDivScroll({
 manualContinuousScrolling: true,
 visibleHotSpotBackgrounds: “always”,
 hotSpotScrollingStep: 4,
 hotSpotScrollingInterval: 4,
 touchScrolling: true
 });
 jQuery(“.explicit-content”).smoothDivScroll({
 manualContinuousScrolling: true,
 visibleHotSpotBackgrounds: “always”,
 hotSpotScrollingStep: 4,
 hotSpotScrollingInterval: 4,
 touchScrolling: true
 });
 jQuery(“.trending-content .scrollableArea”).addClass(“loop”);
 //jquery ui slider
 jQuery(‘.form-selector’).slider({
 value: 5,
 min: 0,
 max: 10,
 step: 0.1,
 orientation: “horizontal”,
 range: “min”,
 animate: true,
 slide: function( event, ui ) {
 var rating = ui.value;
 jQuery(this).parent().siblings(‘.rating-value’).html( rating );
 }
 });
 //HD images
 if (window.devicePixelRatio == 2) {
 var images = jQuery(“img.hires”);
 // loop through the images and make them hi-res
 for(var i = 0; i < images.length; i++) {
 // create new image name
 var imageType = images[i].src.substr(-4);
 var imageName = images[i].src.substr(0, images[i].src.length – 4);
 imageName += “@2x” + imageType;
 //rename image
 images[i].src = imageName;
 }
 }
 jQuery(‘a.featured-image’).colorbox();
 jQuery(‘.colorbox’).colorbox();
 jQuery(“.the-content a[href$=’.jpg’],a[href$=’.png’],a[href$=’.gif’]”).colorbox();
 jQuery(‘.the-content .gallery a’).colorbox({rel:’gallery’});
 //placeholder text for IE9
 jQuery(‘input, textarea’).placeholder();
 //insert content menu items
 jQuery(jQuery(‘#content-anchor-inner’).find(‘.content-section-divider’).get().reverse()).each(function () {
 var id = jQuery(this).attr(‘id’);
 var label = jQuery(this).data(‘label’);
 jQuery( ‘#content-anchor-wrapper’ ).after( ‘
‘ );
 });
 var fromTop = 119;
 //attach scrollspy
 jQuery(‘body’).scrollspy({ target: ‘.contents-menu’, offset: fromTop });
