//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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([['Stardew Valley: Symphony of Seasons','Tulsa Theater','Tulsa, OK','Wednesday','2/4/2026','8:00 PM','7105813','Stardew-Valley--Symphony-of-Seasons-2-4-2026'],['Justin Furstenfeld','Tulsa Theater','Tulsa, OK','Friday','2/6/2026','8:00 PM','7540982','Justin-Furstenfeld-2-6-2026'],['Dancing with the Stars Live','The Andrew J Brady ICON Music Center','Cincinnati, OH','Saturday','2/28/2026','7:30 PM','7477426','Dancing-with-the-Stars-Live-2-28-2026'],['Needtobreathe','Tulsa Theater','Tulsa, OK','Thursday','3/5/2026','7:30 PM','7408599','Needtobreathe-3-5-2026'],['Beth Hart','Tulsa Theater','Tulsa, OK','Thursday','3/12/2026','7:30 PM','7692860','Beth-Hart-3-12-2026'],['Brad Williams','Tulsa Theater','Tulsa, OK','Saturday','3/14/2026','7:00 PM','7414211','Brad-Williams-3-14-2026'],['Robert Plant','Tulsa Theater','Tulsa, OK','Monday','3/16/2026','7:30 PM','7616009','Robert-Plant-3-16-2026'],['Killers of Kill Tony','Tulsa Theater','Tulsa, OK','Friday','3/27/2026','7:00 PM','7524791','Killers-of-Kill-Tony-3-27-2026'],['Slaughter to Prevail, Whitechapel & Attila','Tulsa Theater','Tulsa, OK','Monday','4/6/2026','7:30 PM','7618601','Slaughter-to-Prevail--Whitechapel---Attila-4-6-2026'],['Drew And Ellie Holcomb','Tulsa Theater','Tulsa, OK','Wednesday','4/15/2026','8:00 PM','7356442','Drew-And-Ellie-Holcomb-4-15-2026'],['Ralph Barbosa','Tulsa Theater','Tulsa, OK','Saturday','4/25/2026','7:00 PM','7691192','Ralph-Barbosa-4-25-2026'],['The Wallflowers','Tulsa Theater','Tulsa, OK','Saturday','5/2/2026','8:00 PM','7616417','The-Wallflowers-5-2-2026'],['Dancing with the Stars Live','The Andrew J Brady ICON Music Center','Cincinnati, OH','Thursday','5/7/2026','7:30 PM','7587791','Dancing-with-the-Stars-Live-5-7-2026'],['Micky Dolenz','Tulsa Theater','Tulsa, OK','Thursday','5/7/2026','8:00 PM','7558142','Micky-Dolenz-5-7-2026'],['Bert Kreischer','Tulsa Theater','Tulsa, OK','Wednesday','5/13/2026','7:00 PM','7576611','Bert-Kreischer-5-13-2026'],['Henry Cho','Tulsa Theater','Tulsa, OK','Sunday','6/7/2026','7:00 PM','7414704','Henry-Cho-6-7-2026'],['The Crucible','Tulsa Theater','Tulsa, OK','Sunday','8/16/2026','2:00 PM','7148859','The-Crucible-8-16-2026'],['Jim Henson's Labyrinth - In Concert','Tulsa Theater','Tulsa, OK','Sunday','10/11/2026','8:00 PM','7678998','Jim-Henson-s-Labyrinth---In-Concert-10-11-2026']],'Brady Theater','http://www.ticketnetwork.com/ticket/Brady-Theater-events.aspx');