// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Dylan Gossett','The Senate at Tin Roof','Columbia, SC','Wednesday','9/17/2025','7:30 PM','7166110','Dylan-Gossett-9-17-2025'],['Gimme Gimme Disco','The Senate at Tin Roof','Columbia, SC','Friday','9/19/2025','8:00 PM','7310970','Gimme-Gimme-Disco-9-19-2025'],['Carolina Western Dance Night','The Senate at Tin Roof','Columbia, SC','Saturday','9/20/2025','9:00 PM','7279092','Carolina-Western-Dance-Night-9-20-2025'],['Maddox Batson','The Senate at Tin Roof','Columbia, SC','Tuesday','9/23/2025','7:30 PM','7121793','Maddox-Batson-9-23-2025'],['St. Paul and The Broken Bones','The Senate at Tin Roof','Columbia, SC','Friday','9/26/2025','8:00 PM','7196283','St--Paul-and-The-Broken-Bones-9-26-2025'],['Elevation Rhythm','The Senate at Tin Roof','Columbia, SC','Saturday','9/27/2025','7:30 PM','7239768','Elevation-Rhythm-9-27-2025'],['Trousdale','The Senate at Tin Roof','Columbia, SC','Thursday','10/2/2025','7:00 PM','7260143','Trousdale-10-2-2025'],['Yungeen Ace','The Senate at Tin Roof','Columbia, SC','Tuesday','10/14/2025','8:00 PM','7392458','Yungeen-Ace-10-14-2025'],['Rewind','The Senate at Tin Roof','Columbia, SC','Friday','10/17/2025','9:00 PM','7388337','Rewind-10-17-2025'],['Penelope Road','The Senate at Tin Roof','Columbia, SC','Friday','10/24/2025','8:00 PM','7271970','Penelope-Road-10-24-2025'],['Chase Wright','The Senate at Tin Roof','Columbia, SC','Friday','10/31/2025','8:00 PM','7281784','Chase-Wright-10-31-2025'],['Macy Gray','The Senate at Tin Roof','Columbia, SC','Saturday','11/1/2025','8:00 PM','7384241','Macy-Gray-11-1-2025'],['Tab Benoit','The Senate at Tin Roof','Columbia, SC','Thursday','11/6/2025','8:00 PM','7076416','Tab-Benoit-11-6-2025'],['Hiss Golden Messenger','The Senate at Tin Roof','Columbia, SC','Friday','11/7/2025','8:00 PM','7338486','Hiss-Golden-Messenger-11-7-2025'],['Cameron Whitcomb','The Senate at Tin Roof','Columbia, SC','Wednesday','11/12/2025','8:00 PM','7200835','Cameron-Whitcomb-11-12-2025'],['Dax','The Senate at Tin Roof','Columbia, SC','Friday','11/14/2025','8:00 PM','7221567','Dax-11-14-2025'],['Violent Vira','The Senate at Tin Roof','Columbia, SC','Wednesday','11/19/2025','7:30 PM','7354419','Violent-Vira-11-19-2025'],['Congress The Band','The Senate at Tin Roof','Columbia, SC','Friday','11/21/2025','8:00 PM','7373075','Congress-The-Band-11-21-2025'],['Emo Night Karaoke','The Senate at Tin Roof','Columbia, SC','Friday','1/30/2026','8:00 PM','7402260','Emo-Night-Karaoke-1-30-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']],'Tin Roof Columbia','https://www.ticketnetwork.com/ticket/Tin-Roof-Columbia-events.aspx');