// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Taylor Hunnicutt','The Casbah - CA','San Diego, CA','Monday','6/15/2026','8:30 PM','7996719','Taylor-Hunnicutt-6-15-2026'],['Asleep At The Wheel','The Center For The Arts - Grass Valley','Grass Valley, CA','Tuesday','6/16/2026','7:00 PM','7889828','Asleep-At-The-Wheel-6-16-2026'],['Bob Dylan','Santa Barbara Bowl','Santa Barbara, CA','Wednesday','6/17/2026','6:30 PM','7830431','Bob-Dylan-6-17-2026'],['Chayce Beckham','Pappy & Harriet's Pioneertown Palace - Indoor Stage','Pioneertown, CA','Wednesday','6/17/2026','9:00 PM','8035600','Chayce-Beckham-6-17-2026'],['Tyler Rich','Folsom Hotel Saloon','Folsom, CA','Thursday','6/18/2026','6:00 PM','8035589','Tyler-Rich-6-18-2026'],['Joe Nichols','Amphitheater At Quarry Park','Rocklin, CA','Thursday','6/18/2026','7:00 PM','7848404','Joe-Nichols-6-18-2026'],['Uncle Lucius','Ramona Mainstage','Ramona, CA','Thursday','6/18/2026','7:00 PM','7950755','Uncle-Lucius-6-18-2026'],['Parker McCollum','Viejas Arena At Aztec Bowl','San Diego, CA','Thursday','6/18/2026','7:30 PM','7561671','Parker-McCollum-6-18-2026'],['Straight Tequila Night - Tribute to 90s Country','Felton Music Hall','Felton, CA','Thursday','6/18/2026','8:00 PM','7794484','Straight-Tequila-Night---Tribute-to-90s-Country-6-18-2026'],['Laurin Hunter','Hopmonk Tavern - Sebastopol','Sebastopol, CA','Thursday','6/18/2026','8:00 PM','7992209','Laurin-Hunter-6-18-2026']],'California Country Show','https://www.ticketnetwork.com');