// var TN_Widget = function() { return { //Options newWindow : true, linkText : "View Tickets", tixUrl : "https://www.ticketliquidator.com/tix/tickets.aspx", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + "
" + row[3].substring(0,3) + "" + row[4] + "" + row[5] + "
" + "" + row[0] +"" + "" + "" + row[1] + "" + "" + row[2] + "" + "Tickets"; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr=0; cntr'; else document.write('
' + newTable.join('') + '
'); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); TN_Widget.AddCss('https://tickettransaction.com/BrokerSites/01504-011/widget2Css/WidgetStyle28.css'); TN_Widget.CreateTable([['Baltimore Ravens vs. New York Jets','M&T Bank Stadium','Baltimore, MD','Sunday','Nov 23','1:00 PM','6977645','Baltimore-Ravens-vs--New-York-Jets-11-23-2025'],['Baltimore Ravens vs. Cincinnati Bengals','M&T Bank Stadium','Baltimore, MD','Thursday','Nov 27','8:20 PM','6977639','Baltimore-Ravens-vs--Cincinnati-Bengals-11-27-2025'],['Baltimore Ravens vs. Pittsburgh Steelers','M&T Bank Stadium','Baltimore, MD','Sunday','Dec 7','1:00 PM','6977641','Baltimore-Ravens-vs--Pittsburgh-Steelers-12-7-2025'],['Army West Point Black Knights vs. Navy Midshipmen','M&T Bank Stadium','Baltimore, MD','Saturday','Dec 13','3:00 PM','6883564','Army-West-Point-Black-Knights-vs--Navy-Midshipmen-12-13-2025'],['Baltimore Ravens vs. New England Patriots','M&T Bank Stadium','Baltimore, MD','Sunday','Dec 21','1:00 PM','6977644','Baltimore-Ravens-vs--New-England-Patriots-12-21-2025'],['AFC Wild Card Home Game: Baltimore Ravens vs. TBD (Date: TBD - If Necessary)','M&T Bank Stadium','Baltimore, MD','Sunday','Jan 11','TBD','7551575','AFC-Wild-Card-Home-Game--Baltimore-Ravens-vs--TBD--Date--TBD---If-Necessary--1-11-2026'],['AFC Divisional Home Game: Baltimore Ravens vs. TBD (Date: TBD - If Necessary)','M&T Bank Stadium','Baltimore, MD','Sunday','Jan 18','TBD','7551578','AFC-Divisional-Home-Game--Baltimore-Ravens-vs--TBD--Date--TBD---If-Necessary--1-18-2026'],['AFC Championship Game: Baltimore Ravens vs. TBD (If Necessary)','M&T Bank Stadium','Baltimore, MD','Sunday','Jan 25','TBD','7551579','AFC-Championship-Game--Baltimore-Ravens-vs--TBD--If-Necessary--1-25-2026'],['Morgan Wallen, Brooks & Dunn, Gavin Adcock, & Jason Scott and The High Heat','M&T Bank Stadium','Baltimore, MD','Friday','Jul 17','5:30 PM','7529806','Morgan-Wallen--Brooks---Dunn--Gavin-Adcock----Jason-Scott-and-The-High-Heat-7-17-2026'],['Morgan Wallen, Ella Langley, Gavin Adcock, & Jason Scott and The High Heat','M&T Bank Stadium','Baltimore, MD','Saturday','Jul 18','5:30 PM','7529807','Morgan-Wallen--Ella-Langley--Gavin-Adcock----Jason-Scott-and-The-High-Heat-7-18-2026']]);