//
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-01A
TN_Widget.CreateTable([['The Corporate Chisme Comedy Show','Charline McCombs Empire Theatre','San Antonio, TX','Friday','2/21/2025','8:00 PM','6842210','The-Corporate-Chisme-Comedy-Show-2-21-2025'],['Dean Z - The Ultimate Elvis','Charline McCombs Empire Theatre','San Antonio, TX','Saturday','2/22/2025','7:30 PM','6801443','Dean-Z---The-Ultimate-Elvis-2-22-2025'],['Dean Z - The Ultimate Elvis','Charline McCombs Empire Theatre','San Antonio, TX','Sunday','2/23/2025','2:00 PM','6801444','Dean-Z---The-Ultimate-Elvis-2-23-2025'],['Naruto: The Symphonic Experience','Charline McCombs Empire Theatre','San Antonio, TX','Wednesday','3/5/2025','7:00 PM','6861330','Naruto--The-Symphonic-Experience-3-5-2025'],['Sons of Cream','Charline McCombs Empire Theatre','San Antonio, TX','Thursday','3/6/2025','7:00 PM','6716345','Sons-of-Cream-3-6-2025'],['Marc Maron','Charline McCombs Empire Theatre','San Antonio, TX','Sunday','3/9/2025','7:00 PM','6319623','Marc-Maron-3-9-2025'],['Moms Unhinged Standup Comedy Show','Charline McCombs Empire Theatre','San Antonio, TX','Wednesday','3/12/2025','7:30 PM','6987341','Moms-Unhinged-Standup-Comedy-Show-3-12-2025'],['Expelled Teachers Comedy Show','Charline McCombs Empire Theatre','San Antonio, TX','Saturday','3/15/2025','8:00 PM','6885895','Expelled-Teachers-Comedy-Show-3-15-2025'],['Binomio de Oro de America','Charline McCombs Empire Theatre','San Antonio, TX','Friday','3/21/2025','8:00 PM','6970374','Binomio-de-Oro-de-America-3-21-2025'],['Dusty Slay','Charline McCombs Empire Theatre','San Antonio, TX','Saturday','3/22/2025','7:00 PM','6754950','Dusty-Slay-3-22-2025'],['Anjelah Johnson-Reyes','Charline McCombs Empire Theatre','San Antonio, TX','Sunday','3/23/2025','4:00 PM','6970373','Anjelah-Johnson-Reyes-3-23-2025'],['Anjelah Johnson-Reyes','Charline McCombs Empire Theatre','San Antonio, TX','Sunday','3/23/2025','7:00 PM','6876390','Anjelah-Johnson-Reyes-3-23-2025'],['A Man Named Cash - Tribute to Johnny Cash','Charline McCombs Empire Theatre','San Antonio, TX','Friday','3/28/2025','7:30 PM','6899867','A-Man-Named-Cash---Tribute-to-Johnny-Cash-3-28-2025'],['Tiffany Haddish','Charline McCombs Empire Theatre','San Antonio, TX','Friday','4/11/2025','8:00 PM','6872238','Tiffany-Haddish-4-11-2025'],['Girls Night - The Musical','Charline McCombs Empire Theatre','San Antonio, TX','Saturday','4/12/2025','8:00 PM','6961229','Girls-Night---The-Musical-4-12-2025'],['Countess Cabaret with Luann de Lesseps','Charline McCombs Empire Theatre','San Antonio, TX','Friday','4/18/2025','8:00 PM','6951138','Countess-Cabaret-with-Luann-de-Lesseps-4-18-2025'],['IMomSoHard','Charline McCombs Empire Theatre','San Antonio, TX','Sunday','5/4/2025','7:30 PM','6818574','IMomSoHard-5-4-2025'],['AbbaFab - Tribute to ABBA','Charline McCombs Empire Theatre','San Antonio, TX','Friday','5/23/2025','8:00 PM','6970372','AbbaFab---Tribute-to-ABBA-5-23-2025'],['Raymond Orta','Charline McCombs Empire Theatre','San Antonio, TX','Saturday','5/24/2025','8:00 PM','6974038','Raymond-Orta-5-24-2025'],['NUBIA','Charline McCombs Empire Theatre','San Antonio, TX','Wednesday','6/7/2073','8:00 PM','5605196','NUBIA-6-7-2073']],'Charline McCombs Empire Theatre','https://www.ticketnetwork.com/ticket/Charline-McCombs-Empire-Theatre-events.aspx');