//
var TN_Widget = function() {
return {
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] + " " +
row[4] + " " +
row[5] + " | " +
row[0] + " | " +
row[1] + " " +
row[2] + " | Tickets |
";
},
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 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 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle9.css');
TN_Widget.CreateTable([['The Browning','Manchester Music Hall','Lexington, KY','Thursday','8/27/2026','7:00 PM','7957648','The-Browning-8-27-2026'],['The Browning','The Blue Note - MO','Columbia, MO','Friday','8/28/2026','6:15 PM','7958847','The-Browning-8-28-2026'],['The Browning','Granada - Lawrence','Lawrence, KS','Saturday','8/29/2026','7:00 PM','7956964','The-Browning-8-29-2026'],['The Browning','The Vanguard - OK','Tulsa, OK','Sunday','8/30/2026','7:00 PM','7956966','The-Browning-8-30-2026'],['The Browning','Paper Tiger','San Antonio, TX','Wednesday','9/2/2026','7:00 PM','7959196','The-Browning-9-2-2026'],['The Browning','The Liberty Inc','Roswell, NM','Thursday','9/3/2026','7:00 PM','7959197','The-Browning-9-3-2026'],['The Browning','Black Sheep','Colorado Springs, CO','Friday','9/4/2026','6:00 PM','7956967','The-Browning-9-4-2026'],['The Browning','Sound Bar - CO','Fort Collins, CO','Saturday','9/5/2026','7:00 PM','7962583','The-Browning-9-5-2026'],['The Browning','Pub Station Ballroom','Billings, MT','Sunday','9/6/2026','7:00 PM','7959194','The-Browning-9-6-2026'],['The Browning','Bourbon Theatre - NE','Lincoln, NE','Tuesday','9/8/2026','7:00 PM','7956968','The-Browning-9-8-2026']],'arise','http://www.ticketnetwork.com/ticket/arise-events.aspx');