// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Dallas Mavericks vs. Oklahoma City Thunder','American Airlines Center','Dallas, TX','Sunday','3/1/2026','7:00 PM','7340980','Dallas-Mavericks-vs--Oklahoma-City-Thunder-3-1-2026'],['Nine Inch Nails','American Airlines Center','Dallas, TX','Tuesday','3/3/2026','8:00 PM','7462583','Nine-Inch-Nails-3-3-2026'],['Dallas Stars vs. Colorado Avalanche','American Airlines Center','Dallas, TX','Friday','3/6/2026','7:00 PM','7274137','Dallas-Stars-vs--Colorado-Avalanche-3-6-2026'],['Cardi B','American Airlines Center','Dallas, TX','Saturday','3/7/2026','7:30 PM','7413951','Cardi-B-3-7-2026'],['Dallas Stars vs. Chicago Blackhawks','American Airlines Center','Dallas, TX','Sunday','3/8/2026','5:00 PM','7274140','Dallas-Stars-vs--Chicago-Blackhawks-3-8-2026'],['Dallas Stars vs. Vegas Golden Knights','American Airlines Center','Dallas, TX','Tuesday','3/10/2026','7:00 PM','7274144','Dallas-Stars-vs--Vegas-Golden-Knights-3-10-2026'],['Dallas Stars vs. Edmonton Oilers','American Airlines Center','Dallas, TX','Thursday','3/12/2026','7:00 PM','7274150','Dallas-Stars-vs--Edmonton-Oilers-3-12-2026'],['Dallas Mavericks vs. Cleveland Cavaliers','American Airlines Center','Dallas, TX','Friday','3/13/2026','7:30 PM','7340988','Dallas-Mavericks-vs--Cleveland-Cavaliers-3-13-2026'],['Dallas Stars vs. Detroit Red Wings','American Airlines Center','Dallas, TX','Saturday','3/14/2026','7:00 PM','7274155','Dallas-Stars-vs--Detroit-Red-Wings-3-14-2026'],['Dallas Stars vs. Utah Mammoth','American Airlines Center','Dallas, TX','Monday','3/16/2026','7:00 PM','7274163','Dallas-Stars-vs--Utah-Mammoth-3-16-2026']],'American Airlines Center Dallas','http://www.ticketnetwork.com/en/search/?text=American%20Airlines%20Center%20Dallas');