// 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-01A 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([['Rod Stewart','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','4/19/2026','7:30 PM','7548095','Rod-Stewart-4-19-2026'],['Jim Gaffigan','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','5/2/2026','7:30 PM','7537639','Jim-Gaffigan-5-2-2026'],['Sting','The Cynthia Woods Mitchell Pavilion','Spring, TX','Wednesday','5/13/2026','8:00 PM','7536880','Sting-5-13-2026'],['Machine Gun Kelly & Wiz Khalifa','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','5/23/2026','7:00 PM','7418673','Machine-Gun-Kelly---Wiz-Khalifa-5-23-2026'],['Toto, Christopher Cross & The Romantics','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','8/7/2026','6:45 PM','7612951','Toto--Christopher-Cross---The-Romantics-8-7-2026'],['Train, Barenaked Ladies & Matt Nathanson','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','8/14/2026','6:45 PM','7551803','Train--Barenaked-Ladies---Matt-Nathanson-8-14-2026'],['Chicago - The Band & Styx','The Cynthia Woods Mitchell Pavilion','Spring, TX','Thursday','8/20/2026','7:00 PM','7594418','Chicago---The-Band---Styx-8-20-2026'],['Lynyrd Skynyrd & Foreigner','The Cynthia Woods Mitchell Pavilion','Spring, TX','Thursday','8/27/2026','6:30 PM','7566307','Lynyrd-Skynyrd---Foreigner-8-27-2026'],['Jack Johnson','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','8/28/2026','7:30 PM','7548005','Jack-Johnson-8-28-2026'],['Motley Crue & Tesla','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','9/11/2026','6:30 PM','7569850','Motley-Crue---Tesla-9-11-2026'],['Three Days Grace, I Prevail & The Funeral Portrait','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','10/25/2026','7:00 PM','7551656','Three-Days-Grace--I-Prevail---The-Funeral-Portrait-10-25-2026']],'The Cynthia Woods Mitchell Pavilion ','http://www.ticketnetwork.com/en/search/?text=The Cynthia Woods Mitchell Pavilion ');