//
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-02A
TN_Widget.CreateTable([['Cottage Chemistry - A Heated Rivalry Dance Party','The Senate at Tin Roof','Columbia, SC','Friday','2/27/2026','9:00 PM','7678016','Cottage-Chemistry---A-Heated-Rivalry-Dance-Party-2-27-2026'],['Danae Hays','The Senate at Tin Roof','Columbia, SC','Saturday','3/7/2026','8:00 PM','7618185','Danae-Hays-3-7-2026'],['Bingo Loco','The Senate at Tin Roof','Columbia, SC','Friday','3/13/2026','7:00 PM','7701196','Bingo-Loco-3-13-2026'],['Shelly Belly','The Senate at Tin Roof','Columbia, SC','Saturday','3/14/2026','8:00 PM','7575655','Shelly-Belly-3-14-2026'],['Lily Rose','The Senate at Tin Roof','Columbia, SC','Friday','3/20/2026','7:30 PM','7703956','Lily-Rose-3-20-2026'],['Microwave','The Senate at Tin Roof','Columbia, SC','Saturday','3/21/2026','7:00 PM','7615522','Microwave-3-21-2026'],['Wild 'N Out Comedy Jam: RIP Michaels & Justina Valentine','The Senate at Tin Roof','Columbia, SC','Friday','3/27/2026','7:00 PM','7726747','Wild--N-Out-Comedy-Jam--RIP-Michaels---Justina-Valentine-3-27-2026'],['Club XCX: A Bratty Charli XCX Night','The Senate at Tin Roof','Columbia, SC','Saturday','3/28/2026','9:00 PM','7699696','Club-XCX--A-Bratty-Charli-XCX-Night-3-28-2026'],['Disco, Always - A Harry Styles Dance Party','The Senate at Tin Roof','Columbia, SC','Saturday','4/4/2026','9:00 PM','7726599','Disco--Always---A-Harry-Styles-Dance-Party-4-4-2026'],['Juvenile and The 400 Degreez Band','The Senate at Tin Roof','Columbia, SC','Thursday','4/9/2026','8:00 PM','7681818','Juvenile-and-The-400-Degreez-Band-4-9-2026'],['Mountain Grass Unit','The Senate at Tin Roof','Columbia, SC','Friday','4/10/2026','7:30 PM','7490937','Mountain-Grass-Unit-4-10-2026'],['United We Dance - The Ultimate Rave Experience','The Senate at Tin Roof','Columbia, SC','Saturday','4/11/2026','9:00 PM','7723154','United-We-Dance---The-Ultimate-Rave-Experience-4-11-2026'],['The Steeldrivers','The Senate at Tin Roof','Columbia, SC','Friday','4/17/2026','7:30 PM','7617451','The-Steeldrivers-4-17-2026'],['Dexter and The Moonrocks','The Senate at Tin Roof','Columbia, SC','Saturday','4/18/2026','8:00 PM','7716733','Dexter-and-The-Moonrocks-4-18-2026'],['Rend Collective','The Senate at Tin Roof','Columbia, SC','Sunday','4/19/2026','7:00 PM','7716075','Rend-Collective-4-19-2026'],['Taylorville - A Tribute to Taylor Swift','The Senate at Tin Roof','Columbia, SC','Friday','4/24/2026','7:00 PM','7292296','Taylorville---A-Tribute-to-Taylor-Swift-4-24-2026'],['Killer Queen','The Senate at Tin Roof','Columbia, SC','Tuesday','5/12/2026','8:00 PM','7737079','Killer-Queen-5-12-2026'],['Anberlin','The Senate at Tin Roof','Columbia, SC','Thursday','5/28/2026','7:00 PM','7757281','Anberlin-5-28-2026'],['Iron and Wine','The Senate at Tin Roof','Columbia, SC','Thursday','10/29/2026','8:00 PM','7722487','Iron-and-Wine-10-29-2026']],'Tin Roof Columbia','https://www.ticketnetwork.com/ticket/Tin-Roof-Columbia-events.aspx');