// 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-04A 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([['Machine Gun Kelly & Wiz Khalifa','Toyota Amphitheatre','Wheatland, CA','Friday','5/15/2026','7:00 PM','7418668','Machine-Gun-Kelly---Wiz-Khalifa-5-15-2026'],['Pitbull & Lil Jon','Toyota Amphitheatre','Wheatland, CA','Saturday','6/6/2026','8:00 PM','7680965','Pitbull---Lil-Jon-6-6-2026'],['Hilary Duff, La Roux & Jade LeMac','Toyota Amphitheatre','Wheatland, CA','Sunday','7/12/2026','7:00 PM','7734964','Hilary-Duff--La-Roux---Jade-LeMac-7-12-2026'],['Motionless In White','Toyota Amphitheatre','Wheatland, CA','Saturday','8/1/2026','6:30 PM','7717981','Motionless-In-White-8-1-2026'],['Santana & The Doobie Brothers','Toyota Amphitheatre','Wheatland, CA','Saturday','8/8/2026','7:00 PM','7741465','Santana---The-Doobie-Brothers-8-8-2026'],['Jason Aldean, Chase Matthew & Mackenzie Carpenter','Toyota Amphitheatre','Wheatland, CA','Friday','8/14/2026','7:30 PM','7767018','Jason-Aldean--Chase-Matthew---Mackenzie-Carpenter-8-14-2026'],['Toto, Christopher Cross & The Romantics','Toyota Amphitheatre','Wheatland, CA','Sunday','8/16/2026','6:45 PM','7612960','Toto--Christopher-Cross---The-Romantics-8-16-2026'],['The Black Crowes, Whiskey Myers & Southall','Toyota Amphitheatre','Wheatland, CA','Wednesday','8/19/2026','6:30 PM','7708986','The-Black-Crowes--Whiskey-Myers---Southall-8-19-2026'],['Five Finger Death Punch, Cody Jinks & Eva Under Fire','Toyota Amphitheatre','Wheatland, CA','Monday','9/14/2026','6:45 PM','7676467','Five-Finger-Death-Punch--Cody-Jinks---Eva-Under-Fire-9-14-2026'],['Motley Crue & Tesla','Toyota Amphitheatre','Wheatland, CA','Wednesday','9/23/2026','6:30 PM','7569881','Motley-Crue---Tesla-9-23-2026'],['Staind, Seether, Hoobastank & Hinder','Toyota Amphitheatre','Wheatland, CA','Friday','10/9/2026','6:00 PM','7718199','Staind--Seether--Hoobastank---Hinder-10-9-2026']],'Toyota Amphitheatre ','http://www.ticketnetwork.com/en/search/?text=Toyota Amphitheatre ');