var excludeMobileRedirect = ["/fifaworldcup/organisation/ticketing/", "/worldcup/organisation/ticketing/"];define(['frameworks/bundle'],function () {;(function($,w,d) {var readSpeakerView=fifa.view.extend({page:null,initialize:function(options) {var _this=this,pathname=w.location.pathname;fifa.view.prototype.initialize.apply(_this,[options]);var _this=this;_this.Init();},Init:function() {if(!window.rsConf) {window.rsConf={};}if(!window.rsConf.fifalang) {var currentLang="E";switch (currentLang.toLowerCase()) {case "e":window.rsConf.fifalang="en_uk";break;case "f":window.rsConf.fifalang="fr_fr";break;case "d":window.rsConf.fifalang="de_de";break;case "s":window.rsConf.fifalang="es_us";break;case "p":window.rsConf.fifalang="pt_br";break;case "a":window.rsConf.fifalang="ar_ar";break;default:window.rsConf.fifalang="en_uk";break;}}},coreOnAjaxDataRequire:function() {this.setElement(__cfg.el);this.Init();},coreOnReinit:function() {this.setElement(__cfg.el);this.Init();},events:{},name:'readspeaker:view'}),__cfg={el:".read-speaker",bind:["core:ajaxDataRequire","core:reinit"]};w.views.readspeaker=new readSpeakerView(__cfg);}(window.jQuery||window.jm,window,document)); });