//
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([['Vincent Neil Emerson & William Price','Charleston Pour House','Charleston, SC','Tuesday','2/17/2026','8:30 PM','7510016','Vincent-Neil-Emerson---William-Price-2-17-2026'],['Nik Parr and The Selfless Lovers','Deck Stage at Charleston Pour House','Charleston, SC','Tuesday','2/24/2026','6:00 PM','7583399','Nik-Parr-and-The-Selfless-Lovers-2-24-2026'],['Lotus','Charleston Pour House','Charleston, SC','Sunday','3/1/2026','8:30 PM','7542200','Lotus-3-1-2026'],['Dirtwire','Charleston Pour House','Charleston, SC','Wednesday','3/4/2026','10:00 PM','7557028','Dirtwire-3-4-2026'],['The Nude Party & Six Foot Blonde','Charleston Pour House','Charleston, SC','Saturday','3/7/2026','9:00 PM','7504581','The-Nude-Party---Six-Foot-Blonde-3-7-2026'],['Grateful Dub - Grateful Dead Tribute','Charleston Pour House','Charleston, SC','Monday','3/9/2026','7:30 PM','7636208','Grateful-Dub---Grateful-Dead-Tribute-3-9-2026'],['Eggy','Charleston Pour House','Charleston, SC','Friday','3/20/2026','9:00 PM','7556769','Eggy-3-20-2026'],['Dogs In A Pile','Charleston Pour House','Charleston, SC','Tuesday','3/31/2026','9:00 PM','7616764','Dogs-In-A-Pile-3-31-2026'],['Ethan Regan','Deck Stage at Charleston Pour House','Charleston, SC','Friday','4/10/2026','6:00 PM','7692613','Ethan-Regan-4-10-2026'],['AJ Lee and Blue Summit','Charleston Pour House','Charleston, SC','Friday','4/17/2026','6:00 PM','7712393','AJ-Lee-and-Blue-Summit-4-17-2026'],['The Thing','Charleston Pour House','Charleston, SC','Friday','4/24/2026','9:00 PM','7540207','The-Thing-4-24-2026'],['Shinyribs','Charleston Pour House','Charleston, SC','Tuesday','4/28/2026','8:30 PM','7534592','Shinyribs-4-28-2026'],['Marlon Funaki','Charleston Pour House','Charleston, SC','Thursday','4/30/2026','9:00 PM','7692695','Marlon-Funaki-4-30-2026'],['Arts Fishing Club','Charleston Pour House','Charleston, SC','Saturday','5/2/2026','9:00 PM','7541022','Arts-Fishing-Club-5-2-2026'],['High Fade','Charleston Pour House','Charleston, SC','Sunday','7/26/2026','8:00 PM','7710565','High-Fade-7-26-2026']],'The Pour House Charleston','https://www.ticketnetwork.com/ticket/The-Pour-House-Charleston-events.aspx');