// 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([['SEMA Fest: Queens of the Stone Age, The Black Crowes, & Neon Trees','Las Vegas Convention Center','Las Vegas, NV','Friday','11/7/2025','3:45 PM','7408232','SEMA-Fest--Queens-of-the-Stone-Age--The-Black-Crowes----Neon-Trees-11-7-2025'],['The Hondo Rodeo Fest: Nickelback & Treaty Oak Revival','Chase Field','Phoenix, AZ','Friday','11/7/2025','6:00 PM','7169030','The-Hondo-Rodeo-Fest--Nickelback---Treaty-Oak-Revival-11-7-2025'],['Shipshewana Bull Fest','Michiana Event Center','Shipshewana, IN','Friday','11/7/2025','7:00 PM','7039517','Shipshewana-Bull-Fest-11-7-2025'],['Pico Baila Fest: Conjunto Brio Norteno y Mas','Pico Rivera Sports Arena','Pico Rivera, CA','Friday','11/7/2025','7:00 PM','7529656','Pico-Baila-Fest--Conjunto-Brio-Norteno-y-Mas-11-7-2025'],['New York Comedy Festival: Nurse John','Beacon Theatre - NY','New York, NY','Friday','11/7/2025','8:00 PM','7269718','New-York-Comedy-Festival--Nurse-John-11-7-2025'],['Tybee Post Music Fest: Chairmen of the Board','Tybee Post Theater','Tybee Island, GA','Friday','11/7/2025','8:00 PM','7349269','Tybee-Post-Music-Fest--Chairmen-of-the-Board-11-7-2025'],['New York Comedy Festival: Handsome Jr.','The Bell House','Brooklyn, NY','Friday','11/7/2025','10:00 PM','7352446','New-York-Comedy-Festival--Handsome-Jr--11-7-2025'],['New York Comedy Festival: Newcomers','The Bell House','Brooklyn, NY','Saturday','11/8/2025','4:00 PM','7352607','New-York-Comedy-Festival--Newcomers-11-8-2025'],['Hammer and Nail Fest','The Crowbar','Tampa, FL','Saturday','11/8/2025','4:00 PM','7459815','Hammer-and-Nail-Fest-11-8-2025'],['DC Beer Fest - Session 2','Nationals Park','Washington, DC','Saturday','11/8/2025','5:00 PM','7419688','DC-Beer-Fest---Session-2-11-8-2025']],'Fest','https://www.ticketnetwork.com');