//
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-02A
TN_Widget.CreateTable([['Monster Jam','North Charleston Coliseum','North Charleston, SC','Friday','3/27/2026','7:00 PM','7391986','Monster-Jam-3-27-2026'],['Monster Jam','North Charleston Coliseum','North Charleston, SC','Saturday','3/28/2026','12:00 PM','7391987','Monster-Jam-3-28-2026'],['Monster Jam','North Charleston Coliseum','North Charleston, SC','Saturday','3/28/2026','6:00 PM','7391988','Monster-Jam-3-28-2026'],['Monster Jam','North Charleston Coliseum','North Charleston, SC','Sunday','3/29/2026','1:00 PM','7391989','Monster-Jam-3-29-2026'],['South Carolina Stingrays vs. Greenville Swamp Rabbits','North Charleston Coliseum','North Charleston, SC','Saturday','4/4/2026','6:05 PM','7163059','South-Carolina-Stingrays-vs--Greenville-Swamp-Rabbits-4-4-2026'],['AVTT/PTTN: The Avett Brothers & Mike Patton','North Charleston Coliseum','North Charleston, SC','Thursday','4/16/2026','8:00 PM','7561753','AVTT-PTTN--The-Avett-Brothers---Mike-Patton-4-16-2026'],['South Carolina Stingrays vs. Orlando Solar Bears','North Charleston Coliseum','North Charleston, SC','Saturday','4/18/2026','6:05 PM','7163018','South-Carolina-Stingrays-vs--Orlando-Solar-Bears-4-18-2026'],['All Elite Wrestling: Dynamite','North Charleston Coliseum','North Charleston, SC','Wednesday','5/6/2026','7:30 PM','7807276','All-Elite-Wrestling--Dynamite-5-6-2026'],['Kane Brown','North Charleston Coliseum','North Charleston, SC','Friday','5/8/2026','7:00 PM','7811681','Kane-Brown-5-8-2026'],['Katt Williams','North Charleston Coliseum','North Charleston, SC','Saturday','5/9/2026','8:00 PM','7594305','Katt-Williams-5-9-2026'],['Weird Al Yankovic','North Charleston Coliseum','North Charleston, SC','Tuesday','6/9/2026','7:30 PM','7567378','Weird-Al-Yankovic-6-9-2026'],['Teddy Swims','North Charleston Coliseum','North Charleston, SC','Wednesday','6/10/2026','8:00 PM','7706186','Teddy-Swims-6-10-2026'],['Dude Perfect: Squad Games Tour','North Charleston Coliseum','North Charleston, SC','Thursday','6/25/2026','7:00 PM','7562049','Dude-Perfect--Squad-Games-Tour-6-25-2026'],['Chris Stapleton's All-American Road Show: Chris Stapleton & Grace Potter','North Charleston Coliseum','North Charleston, SC','Friday','6/26/2026','7:30 PM','7668713','Chris-Stapleton-s-All-American-Road-Show--Chris-Stapleton---Grace-Potter-6-26-2026'],['Chris Stapleton's All-American Road Show: Chris Stapleton & Grace Potter','North Charleston Coliseum','North Charleston, SC','Saturday','6/27/2026','7:30 PM','7679826','Chris-Stapleton-s-All-American-Road-Show--Chris-Stapleton---Grace-Potter-6-27-2026'],['Ella Langley','North Charleston Coliseum','North Charleston, SC','Saturday','7/25/2026','7:00 PM','7715678','Ella-Langley-7-25-2026'],['Barry Manilow','North Charleston Coliseum','North Charleston, SC','Thursday','7/30/2026','7:00 PM','7425014','Barry-Manilow-7-30-2026'],['CeCe Winans','North Charleston Coliseum','North Charleston, SC','Wednesday','10/28/2026','7:00 PM','7752710','CeCe-Winans-10-28-2026'],['Leanne Morgan','North Charleston Coliseum','North Charleston, SC','Saturday','12/5/2026','7:00 PM','7827924','Leanne-Morgan-12-5-2026']],'North Charleston Coliseum','http://www.ticketnetwork.com/ticket/North-Charleston-Coliseum-events.aspx');