// 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([['GroundUP Music Festival - 2 Day Pass (Saturday and Sunday)','Miami Beach Bandshell','Miami Beach, FL','Saturday','3/14/2026','TBD','7570212','GroundUP-Music-Festival---2-Day-Pass--Saturday-and-Sunday--3-14-2026'],['Charlotte Tattoo Arts Festival','Liberty Hall at The Park Expo & Conference Center','Charlotte, NC','Saturday','3/14/2026','TBD','7491233','Charlotte-Tattoo-Arts-Festival-3-14-2026'],['CRSSD Festival: Dom Dolla & Polo and Pan - 2 Day Pass','Waterfront Park - San Diego','San Diego, CA','Saturday','3/14/2026','TBD','7618189','CRSSD-Festival--Dom-Dolla---Polo-and-Pan---2-Day-Pass-3-14-2026'],['CRSSD Festival - Saturday','Waterfront Park - San Diego','San Diego, CA','Saturday','3/14/2026','12:00 PM','7618190','CRSSD-Festival---Saturday-3-14-2026'],['Santa Teresa Ranch Fest: Shane Smith and The Saints, The Great Divide, & Red Shahan','Santa Teresa Ranch','Hamilton, TX','Saturday','3/14/2026','2:00 PM','7519858','Santa-Teresa-Ranch-Fest--Shane-Smith-and-The-Saints--The-Great-Divide----Red-Shahan-3-14-2026'],['Sips and Sounds Music Festival: Calvin Harris, Foster The People, Stephen Sanchez & Flipturn - Saturday','Auditorium Shores','Austin, TX','Saturday','3/14/2026','2:00 PM','7670645','Sips-and-Sounds-Music-Festival--Calvin-Harris--Foster-The-People--Stephen-Sanchez---Flipturn---Saturday-3-14-2026'],['South Florida Metal Feast','The Banyan Live','West Palm Beach, FL','Saturday','3/14/2026','5:00 PM','7638032','South-Florida-Metal-Feast-3-14-2026'],['Babes Bayou St. Paddy's Day Bash: Mason Thompson','Forum River Center Arena','Rome, GA','Saturday','3/14/2026','7:00 PM','7701545','Babes-Bayou-St--Paddy-s-Day-Bash--Mason-Thompson-3-14-2026'],['Big Easy Blues Festival','UNO Lakefront Arena','New Orleans, LA','Saturday','3/14/2026','7:00 PM','7613430','Big-Easy-Blues-Festival-3-14-2026'],['Capital Comedy Festival','DAR Constitution Hall','Washington, DC','Saturday','3/14/2026','8:00 PM','7472601','Capital-Comedy-Festival-3-14-2026']],'"Festival"','https://www.ticketnetwork.com');