// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Pitbull & Lil Jon','Shoreline Amphitheatre - CA','Mountain View, CA','Sunday','6/7/2026','8:00 PM','7680966','Pitbull---Lil-Jon-6-7-2026'],['Chris Stapleton's All-American Road Show: Chris Stapleton & Molly Tuttle','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','7/8/2026','7:30 PM','7668714','Chris-Stapleton-s-All-American-Road-Show--Chris-Stapleton---Molly-Tuttle-7-8-2026'],['Evanescence, Spiritbox & Nova Twins','Shoreline Amphitheatre - CA','Mountain View, CA','Monday','7/20/2026','6:30 PM','7594379','Evanescence--Spiritbox---Nova-Twins-7-20-2026'],['John Mellencamp','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','8/12/2026','8:00 PM','7678748','John-Mellencamp-8-12-2026'],['Toto, Christopher Cross & The Romantics','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','8/15/2026','6:45 PM','7612955','Toto--Christopher-Cross---The-Romantics-8-15-2026'],['Train, Barenaked Ladies & Matt Nathanson','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','8/26/2026','6:45 PM','7551810','Train--Barenaked-Ladies---Matt-Nathanson-8-26-2026'],['5 Seconds of Summer','Shoreline Amphitheatre - CA','Mountain View, CA','Friday','8/28/2026','8:00 PM','7511859','5-Seconds-of-Summer-8-28-2026'],['Five Finger Death Punch, Cody Jinks & Eva Under Fire','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','9/16/2026','6:45 PM','7676468','Five-Finger-Death-Punch--Cody-Jinks---Eva-Under-Fire-9-16-2026'],['Motley Crue & Tesla','Shoreline Amphitheatre - CA','Mountain View, CA','Thursday','9/24/2026','6:30 PM','7569882','Motley-Crue---Tesla-9-24-2026']],'','https://www.ticketnetwork.com');