// 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([['Leading Ladies of Country Music Review: Meghan Patrick, Runaway June, CeCe & Priscilla Block','Ponderosa Lounge & Grill','Portland, OR','Saturday','5/17/2025','8:00 PM','7034538','Leading-Ladies-of-Country-Music-Review--Meghan-Patrick--Runaway-June--CeCe---Priscilla-Block-5-17-2025'],['Carolina Country Music Festival: Kid Rock, Jelly Roll, Lainey Wilson & Rascal Flatts - 4 Day Pass','Burroughs & Chapin Pavilion Place','Myrtle Beach, SC','Thursday','6/5/2025','TBD','6552607','Carolina-Country-Music-Festival--Kid-Rock--Jelly-Roll--Lainey-Wilson---Rascal-Flatts---4-Day-Pass-6-5-2025'],['Old Settlers Days: Priscilla Block - Thursday','Old Settlers Park','Rockton, IL','Thursday','6/12/2025','7:00 PM','6935301','Old-Settlers-Days--Priscilla-Block---Thursday-6-12-2025'],['Priscilla Block','District 142','Wyandotte, MI','Friday','6/13/2025','7:00 PM','7124101','Priscilla-Block-6-13-2025'],['Priscilla Block','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','6/21/2025','8:00 PM','6920903','Priscilla-Block-6-21-2025'],['Priscilla Block','Georgetown Fair','Georgetown, IL','Saturday','7/12/2025','7:30 PM','7028647','Priscilla-Block-7-12-2025'],['Frontier Nights: Luke Bryan & Priscilla Block','Cheyenne Frontier Days Arena','Cheyenne, WY','Thursday','7/24/2025','8:00 PM','6598114','Frontier-Nights--Luke-Bryan---Priscilla-Block-7-24-2025'],['Priscilla Block & Chase McDaniel','J.D. Legends','Franklin, OH','Saturday','8/2/2025','7:00 PM','7101084','Priscilla-Block---Chase-McDaniel-8-2-2025'],['Priscilla Block','Northwest Health Amphitheater at Central Park Plaza','Valparaiso, IN','Sunday','8/3/2025','5:00 PM','7055907','Priscilla-Block-8-3-2025'],['Cole Swindell & Priscilla Block','Huntington Center','Toledo, OH','Thursday','9/4/2025','7:00 PM','7080686','Cole-Swindell---Priscilla-Block-9-4-2025']],'Priscilla Block','https://www.ticketnetwork.com');