//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Candlebox','Aura - ME','Portland, ME','Wednesday','2/25/2026','8:00 PM','7556714','Candlebox-2-25-2026'],['Candlebox','Tupelo Music Hall','Derry, NH','Thursday','2/26/2026','8:00 PM','7556715','Candlebox-2-26-2026'],['Candlebox','Hollywood Casino at Charles Town Races','Charles Town, WV','Saturday','2/28/2026','8:00 PM','7556716','Candlebox-2-28-2026'],['Candlebox','The Machine Shop Concert Lounge','Flint, MI','Monday','3/2/2026','7:00 PM','7574936','Candlebox-3-2-2026'],['Candlebox','The Machine Shop Concert Lounge','Flint, MI','Tuesday','3/3/2026','7:00 PM','7556718','Candlebox-3-3-2026'],['Candlebox','Capital City Music Hall','Harrisburg, PA','Thursday','3/5/2026','8:00 PM','7556719','Candlebox-3-5-2026'],['Candlebox','Xcite Center At Parx Casino and Racing','Bensalem, PA','Friday','3/6/2026','8:00 PM','7556720','Candlebox-3-6-2026'],['Candlebox','The Pantheon at Caesars Virginia','Danville, VA','Saturday','3/7/2026','8:00 PM','7556205','Candlebox-3-7-2026'],['Candlebox','Charleston Music Hall','Charleston, SC','Sunday','3/8/2026','8:00 PM','7556210','Candlebox-3-8-2026'],['Candlebox','Manchester Music Hall','Lexington, KY','Tuesday','3/10/2026','8:00 PM','7556721','Candlebox-3-10-2026'],['Candlebox','Victory Theatre - IN','Evansville, IN','Wednesday','3/11/2026','7:30 PM','7556206','Candlebox-3-11-2026'],['Candlebox','Hard Rock Live - Mississippi','Biloxi, MS','Friday','3/13/2026','8:00 PM','7556204','Candlebox-3-13-2026'],['Candlebox','Margaritaville Resort Casino','Bossier City, LA','Saturday','3/14/2026','8:00 PM','7556722','Candlebox-3-14-2026'],['Candlebox','Little Rock Hall - AR','Little Rock, AR','Sunday','3/15/2026','8:00 PM','7556723','Candlebox-3-15-2026'],['Candlebox','Brown County Music Center','Nashville, IN','Tuesday','3/17/2026','8:00 PM','7556208','Candlebox-3-17-2026'],['Candlebox','Boondocks','Springfield, IL','Wednesday','3/18/2026','8:00 PM','7556724','Candlebox-3-18-2026'],['Candlebox','Anthem - Hard Rock Hotel & Casino','Sioux City, IA','Friday','3/20/2026','8:00 PM','7556725','Candlebox-3-20-2026'],['Candlebox','Star Pavilion at Ameristar Casino and Hotel - Kansas City','Kansas City, MO','Saturday','3/21/2026','8:30 PM','7556726','Candlebox-3-21-2026']],'Candlebox','http://www.ticketnetwork.com/en/search/?text=Candlebox');