// 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-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Grand Ole Echo','The Echo','Los Angeles, CA','Sunday','6/28/2026','5:30 PM','7784579','Grand-Ole-Echo-6-28-2026'],['Asleep At The Wheel','Coach House - Capistrano','San Juan Capistrano, CA','Sunday','6/28/2026','7:00 PM','7879816','Asleep-At-The-Wheel-6-28-2026'],['Joshua Slone','The Wiltern','Los Angeles, CA','Sunday','6/28/2026','7:30 PM','7831503','Joshua-Slone-6-28-2026'],['The Dustbowl Revival','The Guild Theatre - Menlo Park','Menlo Park, CA','Sunday','6/28/2026','8:00 PM','7863660','The-Dustbowl-Revival-6-28-2026'],['Ellis Bullard','Folsom Hotel Saloon','Folsom, CA','Tuesday','6/30/2026','7:00 PM','7880105','Ellis-Bullard-6-30-2026'],['Anna Ballew, Shea Givens & Cedrice','The Casbah - CA','San Diego, CA','Tuesday','6/30/2026','7:30 PM','7956485','Anna-Ballew--Shea-Givens---Cedrice-6-30-2026'],['Joshua Slone','The Fillmore - San Francisco','San Francisco, CA','Tuesday','6/30/2026','8:00 PM','7831504','Joshua-Slone-6-30-2026'],['Warren Zeiders','Yaamava Theater at Yaamava Resort & Casino','Highland, CA','Wednesday','7/1/2026','8:00 PM','7920879','Warren-Zeiders-7-1-2026'],['Kelly McFarling','The Independent','San Francisco, CA','Thursday','7/2/2026','8:00 PM','7983249','Kelly-McFarling-7-2-2026'],['Warren Zeiders','Tachi Palace Hotel & Casino','Lemoore, CA','Thursday','7/2/2026','8:00 PM','7987343','Warren-Zeiders-7-2-2026']],'"California Country Show"','https://www.ticketnetwork.com');