// 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([['Thievery Corporation','Mountain Winery','Saratoga, CA','Saturday','6/1/2024','7:30 PM','6227996','Thievery-Corporation-6-1-2024'],['George Lopez','Mountain Winery','Saratoga, CA','Saturday','6/8/2024','8:00 PM','6351417','George-Lopez-6-8-2024'],['Daryl Hall & Elvis Costello and The Imposters','Mountain Winery','Saratoga, CA','Monday','6/10/2024','6:30 PM','6312165','Daryl-Hall---Elvis-Costello-and-The-Imposters-6-10-2024'],['George Clinton and Parliament Funkadelic','Mountain Winery','Saratoga, CA','Wednesday','6/12/2024','7:30 PM','6348449','George-Clinton-and-Parliament-Funkadelic-6-12-2024'],['Kool and The Gang','Mountain Winery','Saratoga, CA','Friday','6/14/2024','7:00 PM','6251199','Kool-and-The-Gang-6-14-2024'],['The Fab Four - The Ultimate Tribute','Mountain Winery','Saratoga, CA','Saturday','6/15/2024','7:30 PM','6348452','The-Fab-Four---The-Ultimate-Tribute-6-15-2024'],['Jim Gaffigan','Mountain Winery','Saratoga, CA','Friday','6/21/2024','8:00 PM','6296257','Jim-Gaffigan-6-21-2024'],['Jim Gaffigan','Mountain Winery','Saratoga, CA','Saturday','6/22/2024','8:00 PM','6296258','Jim-Gaffigan-6-22-2024'],['Hauser','Mountain Winery','Saratoga, CA','Friday','6/28/2024','7:30 PM','6312441','Hauser-6-28-2024'],['Demetri Martin','Mountain Winery','Saratoga, CA','Saturday','6/29/2024','8:00 PM','6348454','Demetri-Martin-6-29-2024']],'saratoga, ca concerts june','http://www.ticketnetwork.com/en/search/?text=saratoga,%20ca%20concerts%20june');