// 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-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([['Pointfest: 311, The Urge, Toadies, Finger Eleven & Alien Ant Farm','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Saturday','5/17/2025','12:00 PM','6931432','Pointfest--311--The-Urge--Toadies--Finger-Eleven---Alien-Ant-Farm-5-17-2025'],['Sessanta V 2.0: Primus, Puscifer & A Perfect Circle','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Thursday','5/29/2025','8:00 PM','6710617','Sessanta-V-2-0--Primus--Puscifer---A-Perfect-Circle-5-29-2025'],['Simple Minds','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Thursday','6/5/2025','7:00 PM','6955438','Simple-Minds-6-5-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Saturday','6/7/2025','7:30 PM','6710368','Thomas-Rhett--Tucker-Wetmore---The-Castellows-6-7-2025'],['Pierce The Veil, Sleeping with Sirens & Beach Weather','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Sunday','6/8/2025','7:00 PM','6861041','Pierce-The-Veil--Sleeping-with-Sirens---Beach-Weather-6-8-2025'],['Avril Lavigne','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Thursday','6/12/2025','7:00 PM','6858711','Avril-Lavigne-6-12-2025'],['Dave Matthews Band','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Saturday','6/14/2025','7:30 PM','6959420','Dave-Matthews-Band-6-14-2025'],['Chris Stapleton','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Friday','7/11/2025','7:00 PM','6919625','Chris-Stapleton-7-11-2025'],['Jason Aldean, Nate Smith & RaeLynn','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Saturday','7/19/2025','7:30 PM','6944222','Jason-Aldean--Nate-Smith---RaeLynn-7-19-2025'],['Luke Bryan, George Birge & Mae Estes','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Thursday','7/31/2025','7:00 PM','6955335','Luke-Bryan--George-Birge---Mae-Estes-7-31-2025'],['Toto, Christopher Cross, & Men at Work','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Tuesday','8/5/2025','6:45 PM','6874420','Toto--Christopher-Cross----Men-at-Work-8-5-2025'],['Rod Stewart','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Friday','8/15/2025','7:30 PM','6834042','Rod-Stewart-8-15-2025'],['Styx, Kevin Cronin & Don Felder','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Friday','8/22/2025','6:45 PM','6868963','Styx--Kevin-Cronin---Don-Felder-8-22-2025'],['Tedeschi Trucks Band','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Sunday','8/24/2025','7:00 PM','6946847','Tedeschi-Trucks-Band-8-24-2025']],'Hollywood Casino Amphitheatre - MO ','http://www.ticketnetwork.com/en/search/?text=Hollywood Casino Amphitheatre - MO ');