//
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-03A
TN_Widget.CreateTable([['Emo Night Karaoke','The Senate at Tin Roof','Columbia, SC','Friday','1/31/2025','8:00 PM','6785592','Emo-Night-Karaoke-1-31-2025'],['Good Kid, M.A.A.D Party: A Kendrick Lamar Night','The Senate at Tin Roof','Columbia, SC','Friday','2/7/2025','9:00 PM','6917789','Good-Kid--M-A-A-D-Party--A-Kendrick-Lamar-Night-2-7-2025'],['Vincent Mason','The Senate at Tin Roof','Columbia, SC','Saturday','2/8/2025','8:00 PM','6888359','Vincent-Mason-2-8-2025'],['Dexter and The Moonrocks','The Senate at Tin Roof','Columbia, SC','Thursday','2/13/2025','7:30 PM','6867267','Dexter-and-The-Moonrocks-2-13-2025'],['Ty Myers','The Senate at Tin Roof','Columbia, SC','Saturday','2/15/2025','8:00 PM','6869598','Ty-Myers-2-15-2025'],['IAN - Artist','The Senate at Tin Roof','Columbia, SC','Thursday','2/20/2025','8:00 PM','6873096','IAN---Artist-2-20-2025'],['Ella Langley','The Senate at Tin Roof','Columbia, SC','Saturday','2/22/2025','8:00 PM','6777467','Ella-Langley-2-22-2025'],['Umphrey's McGee','The Senate at Tin Roof','Columbia, SC','Wednesday','2/26/2025','8:00 PM','6724096','Umphrey-s-McGee-2-26-2025'],['Bryce Vine','The Senate at Tin Roof','Columbia, SC','Thursday','2/27/2025','8:00 PM','6837450','Bryce-Vine-2-27-2025'],['Bilmuri','The Senate at Tin Roof','Columbia, SC','Friday','2/28/2025','8:00 PM','6775482','Bilmuri-2-28-2025'],['DJ Pauly D','The Senate at Tin Roof','Columbia, SC','Thursday','3/6/2025','8:00 PM','6934796','DJ-Pauly-D-3-6-2025'],['The Plot In You','The Senate at Tin Roof','Columbia, SC','Friday','3/7/2025','7:00 PM','6789737','The-Plot-In-You-3-7-2025'],['The Bad Bunny Party','The Senate at Tin Roof','Columbia, SC','Saturday','3/8/2025','8:00 PM','6952484','The-Bad-Bunny-Party-3-8-2025'],['moe.','The Senate at Tin Roof','Columbia, SC','Wednesday','3/12/2025','8:00 PM','6877922','moe--3-12-2025'],['Josh Johnson','The Senate at Tin Roof','Columbia, SC','Sunday','3/16/2025','4:30 PM','6834412','Josh-Johnson-3-16-2025'],['Josh Johnson','The Senate at Tin Roof','Columbia, SC','Sunday','3/16/2025','8:00 PM','6787929','Josh-Johnson-3-16-2025'],['Cowboy Bebop Live','The Senate at Tin Roof','Columbia, SC','Thursday','3/20/2025','8:00 PM','6837626','Cowboy-Bebop-Live-3-20-2025'],['Mustache The Band','The Senate at Tin Roof','Columbia, SC','Saturday','3/22/2025','8:00 PM','6952497','Mustache-The-Band-3-22-2025'],['Shovels and Rope','The Senate at Tin Roof','Columbia, SC','Saturday','3/29/2025','8:00 PM','6949644','Shovels-and-Rope-3-29-2025'],['49 Winchester','The Senate at Tin Roof','Columbia, SC','Friday','4/4/2025','8:00 PM','6777897','49-Winchester-4-4-2025'],['Ole 60','The Senate at Tin Roof','Columbia, SC','Friday','4/18/2025','8:00 PM','6840933','Ole-60-4-18-2025'],['Keller Williams','The Senate at Tin Roof','Columbia, SC','Saturday','4/19/2025','8:00 PM','6891505','Keller-Williams-4-19-2025'],['Silent Planet & Invent Animate','The Senate at Tin Roof','Columbia, SC','Thursday','5/15/2025','7:00 PM','6960640','Silent-Planet---Invent-Animate-5-15-2025'],['GWAR','The Senate at Tin Roof','Columbia, SC','Friday','5/16/2025','8:00 PM','6933445','GWAR-5-16-2025']],'Tin Roof Columbia','https://www.ticketnetwork.com/ticket/Tin-Roof-Columbia-events.aspx');