//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
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 < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['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'],['Childrens Festival: Little Woodfest','The Cynthia Woods Mitchell Pavilion','Spring, TX','Saturday','11/8/2025','10:00 AM','7397063','Childrens-Festival--Little-Woodfest-11-8-2025'],['Childrens Festival: Little Woodfest','The Cynthia Woods Mitchell Pavilion','Spring, TX','Sunday','11/9/2025','12:00 PM','7397064','Childrens-Festival--Little-Woodfest-11-9-2025']],'Woodlands Pavilion','https://www.ticketnetwork.com/ticket/Woodlands-Pavilion-events.aspx');