// 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([['Riverfront Revival: Hootie and The Blowfish, Tedeschi Trucks Band, The Revivalists & Jamey Johnson - 2 Day Pass','Riverfront Park - North Charleston','North Charleston, SC','Friday','10/11/2024','TBD','6276713','Riverfront-Revival--Hootie-and-The-Blowfish--Tedeschi-Trucks-Band--The-Revivalists---Jamey-Johnson---2-Day-Pass-10-11-2024'],['Collective Soul','Grey Eagle Resort & Casino','Calgary, Canada','Sunday','11/10/2024','8:00 PM','6537189','Collective-Soul-11-10-2024'],['Collective Soul & Hinder','Entertainment Hall At Soaring Eagle Casino & Resort','Mount Pleasant, MI','Friday','11/15/2024','8:00 PM','6666280','Collective-Soul---Hinder-11-15-2024'],['Collective Soul','Music Hall Center','Detroit, MI','Saturday','11/16/2024','8:00 PM','6537447','Collective-Soul-11-16-2024'],['Collective Soul','MGM Northfield Park - Center Stage','Northfield, OH','Sunday','11/17/2024','7:30 PM','6645740','Collective-Soul-11-17-2024'],['Collective Soul','Steelhouse Omaha','Omaha, NE','Tuesday','2/11/2025','8:00 PM','6317249','Collective-Soul-2-11-2025'],['Collective Soul','Scheels Arena','Fargo, ND','Monday','2/17/2025','7:00 PM','6437200','Collective-Soul-2-17-2025']],'','https://www.ticketnetwork.com');