//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Nelly, Ja Rule & Eve','The Cynthia Woods Mitchell Pavilion','Spring, TX','Thursday','9/4/2025','7:30 PM','6872275','Nelly--Ja-Rule---Eve-9-4-2025'],['Parker McCollum','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','9/6/2025','7:30 PM','7090787','Parker-McCollum-9-6-2025'],['Kidz Bop Live','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','9/7/2025','4:00 PM','6980722','Kidz-Bop-Live-9-7-2025'],['Lil Wayne','The Cynthia Woods Mitchell Pavilion','Spring, TX','Thursday','9/18/2025','8:00 PM','7194092','Lil-Wayne-9-18-2025'],['Lainey Wilson, Muscadine Bloodline & Drake Milligan','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','9/20/2025','7:00 PM','6964649','Lainey-Wilson--Muscadine-Bloodline---Drake-Milligan-9-20-2025'],['Leon Bridges & Charley Crockett','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','9/21/2025','7:00 PM','7052256','Leon-Bridges---Charley-Crockett-9-21-2025'],['A Day To Remember & Yellowcard','The Cynthia Woods Mitchell Pavilion','Spring, TX','Tuesday','9/23/2025','6:15 PM','7193873','A-Day-To-Remember---Yellowcard-9-23-2025'],['Uncle Charlie's R&B Cookout: Charlie Wilson, Babyface & K-Ci','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','9/26/2025','7:00 PM','7094257','Uncle-Charlie-s-R-B-Cookout--Charlie-Wilson--Babyface---K-Ci-9-26-2025'],['Whiskey Myers, Dexter and The Moonrocks & Landon Smith','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','9/27/2025','7:00 PM','7119687','Whiskey-Myers--Dexter-and-The-Moonrocks---Landon-Smith-9-27-2025'],['Junior H','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','10/4/2025','7:00 PM','7296567','Junior-H-10-4-2025'],['Junior H','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','10/5/2025','8:00 PM','7301941','Junior-H-10-5-2025'],['The Lumineers & Chance Pena','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','10/10/2025','7:30 PM','6987735','The-Lumineers---Chance-Pena-10-10-2025'],['Keith Urban, Chase Matthew & Alana Springsteen','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','10/11/2025','7:00 PM','6871559','Keith-Urban--Chase-Matthew---Alana-Springsteen-10-11-2025'],['Majic Under The Stars: Keith Sweat, Xscape & October London','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','10/25/2025','6:30 PM','7182127','Majic-Under-The-Stars--Keith-Sweat--Xscape---October-London-10-25-2025'],['Alice Cooper, Judas Priest & Corrosion of Conformity','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','10/26/2025','6:45 PM','7094186','Alice-Cooper--Judas-Priest---Corrosion-of-Conformity-10-26-2025'],['The B-52s & Devo','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','11/2/2025','7:00 PM','7216301','The-B-52s---Devo-11-2-2025']],'The Cynthia Woods Mitchell Pavilion ','http://www.ticketnetwork.com/en/search/?text=The Cynthia Woods Mitchell Pavilion ');