// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A 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'],['BeachLife Festival: Sublime, Pretenders, Cake & Skip Marley - Saturday (Time: TBD)','Redondo Beach','Redondo Beach, CA','Saturday','5/3/2025','10:00 AM','6917057','BeachLife-Festival--Sublime--Pretenders--Cake---Skip-Marley---Saturday--Time--TBD--5-3-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'],['The Capitol Groove: Khruangbin, Thundercat, Bleachers & Cake - 2 Day Pass','Bushnell Park','Hartford, CT','Saturday','6/28/2025','TBD','6827847','The-Capitol-Groove--Khruangbin--Thundercat--Bleachers---Cake---2-Day-Pass-6-28-2025'],['The Capitol Groove: Bleachers, Cake, & Sammy Rae and Friends - Sunday (Time: TBD)','Bushnell Park','Hartford, CT','Sunday','6/29/2025','12:00 PM','6827849','The-Capitol-Groove--Bleachers--Cake----Sammy-Rae-and-Friends---Sunday--Time--TBD--6-29-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','https://www.ticketnetwork.com/ticket/Cake-events.aspx');