//
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-04B
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle9.css');
TN_Widget.CreateTable([['The Browning','Amsterdam Bar and Hall','Saint Paul, MN','Wednesday','4/23/2025','6:30 PM','6922566','The-Browning-4-23-2025'],['The Browning','High Noon Saloon','Madison, WI','Thursday','4/24/2025','7:00 PM','6922201','The-Browning-4-24-2025'],['The Browning','The King of Clubs - Columbus','Columbus, OH','Saturday','4/26/2025','6:00 PM','6958127','The-Browning-4-26-2025'],['The Browning','The Song and Dance','Syracuse, NY','Tuesday','4/29/2025','7:00 PM','6922567','The-Browning-4-29-2025'],['The Browning','Space Ballroom','Hamden, CT','Thursday','5/1/2025','8:00 PM','7077132','The-Browning-5-1-2025'],['The Browning','Lovedraft's Brewing Co.','Mechanicsburg, PA','Friday','5/2/2025','6:00 PM','6922485','The-Browning-5-2-2025'],['The Browning','Phantom Power','Millersville, PA','Friday','5/2/2025','6:00 PM','7049414','The-Browning-5-2-2025'],['The Browning','Aby's Rapid City','Rapid City, SD','Tuesday','7/15/2025','7:00 PM','7077133','The-Browning-7-15-2025'],['The Browning & The Defect','Capitol Theatre - Iowa','Davenport, IA','Thursday','7/17/2025','7:00 PM','7077135','The-Browning---The-Defect-7-17-2025'],['The Browning & The Defect','Rose Music Hall','Columbia, MO','Friday','7/18/2025','7:00 PM','7073025','The-Browning---The-Defect-7-18-2025']],'arise','http://www.ticketnetwork.com/ticket/arise-events.aspx');