//
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-02A
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([['Cake - Band','First Security Amphitheater','Little Rock, AR','Thursday','4/17/2025','8:00 PM','6944931','Cake---Band-4-17-2025'],['Cake - Band','BankPlus Amphitheatre at Snowden Grove','Southaven, MS','Friday','4/18/2025','8:00 PM','6944932','Cake---Band-4-18-2025'],['Cake - Band','Ascend Amphitheater','Nashville, TN','Saturday','4/19/2025','8:00 PM','6944933','Cake---Band-4-19-2025'],['Cake - Band','Iroquois Amphitheater','Louisville, KY','Monday','4/21/2025','8:00 PM','6944867','Cake---Band-4-21-2025'],['Cake - Band','Iroquois Amphitheater','Louisville, KY','Tuesday','4/22/2025','8:00 PM','6944868','Cake---Band-4-22-2025'],['Cake - Band','Surly Brewing Co.','Minneapolis, MN','Thursday','5/29/2025','8:00 PM','6934039','Cake---Band-5-29-2025'],['Cake - Band','Vetter Stone Amphitheatre','Mankato, MN','Friday','5/30/2025','8:00 PM','6971939','Cake---Band-5-30-2025'],['Cake - Band','Sioux Empire Fair At W.H. Lyon Fairgrounds','Sioux Falls, SD','Saturday','5/31/2025','8:00 PM','6974054','Cake---Band-5-31-2025'],['Cake - Band','The Astro Amphitheater','La Vista, NE','Sunday','6/1/2025','8:00 PM','6971940','Cake---Band-6-1-2025'],['Cake - Band','The Factory - Chesterfield','St. Louis, MO','Tuesday','6/24/2025','8:00 PM','6971958','Cake---Band-6-24-2025'],['Cake - Band','The Factory - Chesterfield','St. Louis, MO','Wednesday','6/25/2025','8:00 PM','6971959','Cake---Band-6-25-2025'],['Cake - Band','CEFCU Center Stage at The Landing - Peoria Riverfront','Peoria, IL','Thursday','6/26/2025','7:30 PM','6974056','Cake---Band-6-26-2025'],['Cake - Band','BMO Harris Pavilion','Milwaukee, WI','Friday','6/27/2025','7:30 PM','6833953','Cake---Band-6-27-2025'],['Cake - Band','Ford Amphitheater - Colorado Springs','Colorado Springs, CO','Wednesday','7/23/2025','7:30 PM','6987916','Cake---Band-7-23-2025'],['Cake - Band','Red Rocks Amphitheatre','Morrison, CO','Thursday','7/24/2025','8:00 PM','6927647','Cake---Band-7-24-2025'],['Cake - Band','Dillon Amphitheater','Dillon, CO','Friday','7/25/2025','7:00 PM','6927641','Cake---Band-7-25-2025'],['Cake - Band','Michigan Lottery Amphitheatre at Freedom Hill','Sterling Heights, MI','Wednesday','8/13/2025','8:00 PM','6996618','Cake---Band-8-13-2025'],['Cake - Band','Kresge Auditorium at Interlochen Center for the Arts','Interlochen, MI','Friday','8/15/2025','7:30 PM','6998292','Cake---Band-8-15-2025'],['Cake - Band','Pier Six Pavilion','Baltimore, MD','Saturday','9/27/2025','8:00 PM','7022838','Cake---Band-9-27-2025'],['Cake - Band','Levitt Pavilion at Steelstacks','Bethlehem, PA','Sunday','9/28/2025','7:00 PM','7024459','Cake---Band-9-28-2025']],'Cake','http://www.ticketnetwork.com/en/search/?text=Cake');