//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-04A
TN_Widget.CreateTable([['Barenaked Ladies, Guster & Fastball','North Charleston Coliseum','North Charleston, SC','Friday','6/6/2025','7:00 PM','6981179','Barenaked-Ladies--Guster---Fastball-6-6-2025'],['Cash Money Millionaires, The Lox, State Property & Beanie Sigel','North Charleston Coliseum','North Charleston, SC','Thursday','6/12/2025','7:00 PM','7124459','Cash-Money-Millionaires--The-Lox--State-Property---Beanie-Sigel-6-12-2025'],['Matt Rife','North Charleston Coliseum','North Charleston, SC','Saturday','6/21/2025','8:00 PM','6837584','Matt-Rife-6-21-2025'],['Heart','North Charleston Coliseum','North Charleston, SC','Sunday','6/22/2025','7:00 PM','7022600','Heart-6-22-2025'],['Phish - 3 Day Pass','North Charleston Coliseum','North Charleston, SC','Friday','7/11/2025','TBD','7009433','Phish---3-Day-Pass-7-11-2025'],['Phish','North Charleston Coliseum','North Charleston, SC','Friday','7/11/2025','7:30 PM','6996964','Phish-7-11-2025'],['Phish','North Charleston Coliseum','North Charleston, SC','Saturday','7/12/2025','7:30 PM','6996965','Phish-7-12-2025'],['Phish','North Charleston Coliseum','North Charleston, SC','Sunday','7/13/2025','7:30 PM','6996966','Phish-7-13-2025'],['Juke Joint Love: All Star Edition','North Charleston Coliseum','North Charleston, SC','Friday','7/18/2025','8:00 PM','7104770','Juke-Joint-Love--All-Star-Edition-7-18-2025'],['Nate Bargatze','North Charleston Coliseum','North Charleston, SC','Saturday','7/19/2025','3:00 PM','6931206','Nate-Bargatze-7-19-2025'],['Nate Bargatze','North Charleston Coliseum','North Charleston, SC','Saturday','7/19/2025','7:00 PM','6858782','Nate-Bargatze-7-19-2025'],['Kevin Gates','North Charleston Coliseum','North Charleston, SC','Wednesday','10/15/2025','8:00 PM','7138535','Kevin-Gates-10-15-2025'],['Disney On Ice: Mickey's Search Party','North Charleston Coliseum','North Charleston, SC','Thursday','10/23/2025','7:00 PM','7141917','Disney-On-Ice--Mickey-s-Search-Party-10-23-2025'],['Disney On Ice: Mickey's Search Party','North Charleston Coliseum','North Charleston, SC','Friday','10/24/2025','7:00 PM','7141918','Disney-On-Ice--Mickey-s-Search-Party-10-24-2025'],['Disney On Ice: Mickey's Search Party','North Charleston Coliseum','North Charleston, SC','Saturday','10/25/2025','10:30 AM','7141919','Disney-On-Ice--Mickey-s-Search-Party-10-25-2025'],['Disney On Ice: Mickey's Search Party','North Charleston Coliseum','North Charleston, SC','Saturday','10/25/2025','2:30 PM','7141920','Disney-On-Ice--Mickey-s-Search-Party-10-25-2025'],['Disney On Ice: Mickey's Search Party','North Charleston Coliseum','North Charleston, SC','Saturday','10/25/2025','6:30 PM','7141921','Disney-On-Ice--Mickey-s-Search-Party-10-25-2025'],['Disney On Ice: Mickey's Search Party','North Charleston Coliseum','North Charleston, SC','Sunday','10/26/2025','1:00 PM','7141922','Disney-On-Ice--Mickey-s-Search-Party-10-26-2025'],['Disney On Ice: Mickey's Search Party','North Charleston Coliseum','North Charleston, SC','Sunday','10/26/2025','5:00 PM','7141923','Disney-On-Ice--Mickey-s-Search-Party-10-26-2025']],'North Charleston Coliseum','http://www.ticketnetwork.com/ticket/North-Charleston-Coliseum-events.aspx');