//
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-03A
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([['Fiesta Oyster Bake: Candlebox, Dorothy & Drowning Pool - Saturday','St. Mary?s University','San Antonio, TX','Saturday','4/18/2026','1:00 PM','7836339','Fiesta-Oyster-Bake--Candlebox--Dorothy---Drowning-Pool---Saturday-4-18-2026'],['Candlebox','Clyde Theatre','Fort Wayne, IN','Friday','7/3/2026','8:00 PM','7877705','Candlebox-7-3-2026'],['Candlebox','EPIC Event Center - WI','Green Bay, WI','Tuesday','7/7/2026','8:00 PM','7878996','Candlebox-7-7-2026'],['Stone Temple Pilots, Candlebox & Pop Evil','Red River Valley Fair','West Fargo, ND','Thursday','7/9/2026','6:00 PM','7831288','Stone-Temple-Pilots--Candlebox---Pop-Evil-7-9-2026'],['Candlebox','The Astro Amphitheater','La Vista, NE','Friday','7/10/2026','7:30 PM','7877820','Candlebox-7-10-2026'],['Candlebox','The Cove At River Spirit Casino Resort','Tulsa, OK','Saturday','7/11/2026','8:00 PM','7878970','Candlebox-7-11-2026'],['Candlebox','Captain's Entertainment Complex','Arnolds Park, IA','Tuesday','7/14/2026','8:00 PM','7878991','Candlebox-7-14-2026'],['Candlebox','GLC Live at 20 Monroe','Grand Rapids, MI','Friday','7/17/2026','7:00 PM','7878993','Candlebox-7-17-2026'],['Bush & Candlebox','St. Ignace Event Center At Kewadin Casinos','Saint Ignace, MI','Saturday','7/18/2026','8:00 PM','7810708','Bush---Candlebox-7-18-2026'],['Summer of '99 and Beyond Festival: Creed, Bush, Mammoth & Candlebox - Sunday','Credit Union 1 Amphitheatre','Tinley Park, IL','Sunday','7/19/2026','1:00 PM','7629901','Summer-of--99-and-Beyond-Festival--Creed--Bush--Mammoth---Candlebox---Sunday-7-19-2026'],['Stone Temple Pilots, Candlebox & Buckcherry','Riverside Casino & Golf Resort','Riverside, IA','Friday','7/31/2026','7:00 PM','7788571','Stone-Temple-Pilots--Candlebox---Buckcherry-7-31-2026'],['Rock The Locks Music Festival: Simple Plan, Candlebox & Goodbye June - Saturday','Rock the Locks Music Festival','Umatilla, OR','Saturday','9/26/2026','11:00 AM','7878988','Rock-The-Locks-Music-Festival--Simple-Plan--Candlebox---Goodbye-June---Saturday-9-26-2026']],'Candlebox','http://www.ticketnetwork.com/en/search/?text=Candlebox');