// 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-04B 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([['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','8/3/2024','5:30 PM','6291278','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-8-3-2024'],['Alanis Morissette, Joan Jett And The Blackhearts & Morgan Wade','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','8/7/2024','7:00 PM','6071961','Alanis-Morissette--Joan-Jett-And-The-Blackhearts---Morgan-Wade-8-7-2024'],['Tyler Childers','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','8/14/2024','7:00 PM','5983476','Tyler-Childers-8-14-2024'],['Good Vibes Cali Tour: Rebelution, Kolohe Kai, Matisyahu, Cydeways & DJ Mackle','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','8/17/2024','6:00 PM','6277916','Good-Vibes-Cali-Tour--Rebelution--Kolohe-Kai--Matisyahu--Cydeways---DJ-Mackle-8-17-2024'],['Slightly Stoopid & Dirty Heads','Shoreline Amphitheatre - CA','Mountain View, CA','Friday','8/23/2024','6:00 PM','6303694','Slightly-Stoopid---Dirty-Heads-8-23-2024'],['Santana & Counting Crows','Shoreline Amphitheatre - CA','Mountain View, CA','Tuesday','8/27/2024','7:00 PM','6264346','Santana---Counting-Crows-8-27-2024']],'mountain view, ca concerts august','http://www.ticketnetwork.com/en/search/?text=mountain%20view,%20ca%20concerts%20august');