// 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([['Red Hot Chili Peppers, Ken Carson & IRONTOM','Toyota Amphitheatre','Wheatland, CA','Sunday','6/2/2024','7:00 PM','6128969','Red-Hot-Chili-Peppers--Ken-Carson---IRONTOM-6-2-2024'],['Brooks And Dunn','Toyota Amphitheatre','Wheatland, CA','Saturday','6/8/2024','7:00 PM','6226982','Brooks-And-Dunn-6-8-2024'],['New Kids On The Block','Toyota Amphitheatre','Wheatland, CA','Tuesday','7/2/2024','7:00 PM','6045178','New-Kids-On-The-Block-7-2-2024'],['Noah Kahan','Toyota Amphitheatre','Wheatland, CA','Wednesday','7/3/2024','8:00 PM','5948834','Noah-Kahan-7-3-2024'],['Kenny Chesney & Megan Moroney','Toyota Amphitheatre','Wheatland, CA','Thursday','7/18/2024','7:30 PM','6303102','Kenny-Chesney---Megan-Moroney-7-18-2024'],['Barbie: The Movie - In Concert','Toyota Amphitheatre','Wheatland, CA','Friday','7/26/2024','8:00 PM','6302526','Barbie--The-Movie---In-Concert-7-26-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Toyota Amphitheatre','Wheatland, CA','Sunday','8/4/2024','5:30 PM','6291279','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-8-4-2024'],['Sammy Hagar & Loverboy','Toyota Amphitheatre','Wheatland, CA','Friday','8/16/2024','7:00 PM','6083777','Sammy-Hagar---Loverboy-8-16-2024'],['Creed, 3 Doors Down & Finger Eleven','Toyota Amphitheatre','Wheatland, CA','Sunday','9/1/2024','7:00 PM','6045231','Creed--3-Doors-Down---Finger-Eleven-9-1-2024'],['Train, REO Speedwagon & Yacht Rock Revue','Toyota Amphitheatre','Wheatland, CA','Friday','9/6/2024','6:25 PM','6239165','Train--REO-Speedwagon---Yacht-Rock-Revue-9-6-2024'],['The Doobie Brothers & Robert Cray Band','Toyota Amphitheatre','Wheatland, CA','Tuesday','9/10/2024','7:00 PM','6226820','The-Doobie-Brothers---Robert-Cray-Band-9-10-2024'],['Kidz Bop Live','Toyota Amphitheatre','Wheatland, CA','Saturday','9/21/2024','6:00 PM','6220094','Kidz-Bop-Live-9-21-2024'],['Imagine Dragons','Toyota Amphitheatre','Wheatland, CA','Wednesday','10/2/2024','7:00 PM','6396736','Imagine-Dragons-10-2-2024'],['Porter Robinson','Toyota Amphitheatre','Wheatland, CA','Thursday','10/24/2024','8:00 PM','6406768','Porter-Robinson-10-24-2024']],'Toyota Amphitheatre ','http://www.ticketnetwork.com/en/search/?text=Toyota Amphitheatre ');