// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //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([['Kane Brown','American Family Insurance Amphitheater','Milwaukee, WI','Thursday','6/20/2024','7:30 PM','5948376','Kane-Brown-6-20-2024'],['Motley Crue','American Family Insurance Amphitheater','Milwaukee, WI','Friday','6/21/2024','7:30 PM','6046311','Motley-Crue-6-21-2024'],['SZA','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','6/22/2024','7:30 PM','6364976','SZA-6-22-2024'],['Illenium ','American Family Insurance Amphitheater','Milwaukee, WI','Thursday','6/27/2024','7:00 PM','6339706','Illenium---6-27-2024'],['Tyler Childers','American Family Insurance Amphitheater','Milwaukee, WI','Friday','6/28/2024','7:00 PM','5946884','Tyler-Childers-6-28-2024'],['Needtobreathe','Central Bank Downtown Live','Columbia, MO','Friday','6/28/2024','8:00 PM','6365525','Needtobreathe-6-28-2024'],['Keith Urban','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','6/29/2024','7:30 PM','6049457','Keith-Urban-6-29-2024'],['AJR','American Family Insurance Amphitheater','Milwaukee, WI','Thursday','7/4/2024','7:00 PM','6073079','AJR-7-4-2024'],['Maroon 5','American Family Insurance Amphitheater','Milwaukee, WI','Friday','7/5/2024','7:30 PM','6303212','Maroon-5-7-5-2024'],['Lil Uzi Vert','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','7/6/2024','7:30 PM','6315416','Lil-Uzi-Vert-7-6-2024'],['Brett Young','Central Bank Downtown Live','Columbia, MO','Friday','7/12/2024','8:00 PM','6386500','Brett-Young-7-12-2024'],['Barbie: The Movie - In Concert','American Family Insurance Amphitheater','Milwaukee, WI','Friday','7/12/2024','8:00 PM','6302514','Barbie--The-Movie---In-Concert-7-12-2024'],['Caesar Ford Summerfest Concert Series: Marshall Tucker Band & McGuffey Lane','Caesar Ford Park','Xenia, OH','Saturday','7/13/2024','7:00 PM','6408309','Caesar-Ford-Summerfest-Concert-Series--Marshall-Tucker-Band---McGuffey-Lane-7-13-2024'],['Grupo Firme','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','7/13/2024','8:00 PM','6328237','Grupo-Firme-7-13-2024'],['Santana & Counting Crows','American Family Insurance Amphitheater','Milwaukee, WI','Friday','7/26/2024','7:00 PM','6264336','Santana---Counting-Crows-7-26-2024'],['Alanis Morissette, Joan Jett And The Blackhearts & Morgan Wade','American Family Insurance Amphitheater','Milwaukee, WI','Sunday','7/28/2024','7:00 PM','6071955','Alanis-Morissette--Joan-Jett-And-The-Blackhearts---Morgan-Wade-7-28-2024'],['John Fogerty, George Thorogood and The Destroyers & Hearty Har','American Family Insurance Amphitheater','Milwaukee, WI','Friday','8/2/2024','7:00 PM','6370189','John-Fogerty--George-Thorogood-and-The-Destroyers---Hearty-Har-8-2-2024'],['New Kids On The Block','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','8/24/2024','7:00 PM','6045255','New-Kids-On-The-Block-8-24-2024'],['Rob Zombie & Alice Cooper','American Family Insurance Amphitheater','Milwaukee, WI','Tuesday','8/27/2024','6:00 PM','6239184','Rob-Zombie---Alice-Cooper-8-27-2024'],['Pitbull','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','8/31/2024','8:00 PM','6399299','Pitbull-8-31-2024'],['Avril Lavigne, Simple Plan & Girlfriends','American Family Insurance Amphitheater','Milwaukee, WI','Monday','9/9/2024','7:00 PM','6226927','Avril-Lavigne--Simple-Plan---Girlfriends-9-9-2024'],['Stone Temple Pilots & Live','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','9/14/2024','7:00 PM','6327330','Stone-Temple-Pilots---Live-9-14-2024'],['Dierks Bentley, Lee Brice & Ella Langley','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','9/21/2024','7:00 PM','6261858','Dierks-Bentley--Lee-Brice---Ella-Langley-9-21-2024']],'summerfest','http://www.ticketnetwork.com/en/search/?text=summerfest');