var excludeMobileRedirect = ["/fifaworldcup/organisation/ticketing/", "/worldcup/organisation/ticketing/"];define(['frameworks/bundle'],function () {;(function($,w,d) {var contextualNavigation=fifa.view.extend({page:null,selectedCol:-1,initialize:function(options) {var _this=this,pathname=w.location.pathname;fifa.view.prototype.initialize.apply(_this,[options]);if(!_this.$el.find('.item.current').length) {_this.$current=_this.$el.find('a[href~="'+pathname+'"]');_this.$current.closest('li.item').addClass('current');_this.$current.removeAttr('href');}},events:{},name:'contextualNavigation:view'});w.views.brackets=new contextualNavigation({el:'.contextual-navigation',bind:[]});}(window.jQuery||window.jm,window,document)); });