//
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 = "";
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([['PARKING: Houston Livestock Show And Rodeo','NRG Stadium Parking Lots','Houston, TX','Tuesday','3/18/2025','TBD','6530933','PARKING--Houston-Livestock-Show-And-Rodeo-3-18-2025'],['Houston Livestock Show And Rodeo: Post Malone','NRG Stadium','Houston, TX','Tuesday','3/18/2025','6:45 PM','6359458','Houston-Livestock-Show-And-Rodeo--Post-Malone-3-18-2025'],['Coachella 2025 Weekend 1: Travis Scott, Lady Gaga, Post Malone & Green Day- 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/11/2025','TBD','6400549','Coachella-2025-Weekend-1--Travis-Scott--Lady-Gaga--Post-Malone---Green-Day--3-Day-Pass-4-11-2025'],['Coachella 2025 Weekend 2: Travis Scott, Lady Gaga, Post Malone & Green Day - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/18/2025','TBD','6400550','Coachella-2025-Weekend-2--Travis-Scott--Lady-Gaga--Post-Malone---Green-Day---3-Day-Pass-4-18-2025'],['Post Malone, Jelly Roll & Sierra Ferrell','Rice Eccles Stadium','Salt Lake City, UT','Tuesday','4/29/2025','7:30 PM','6836576','Post-Malone--Jelly-Roll---Sierra-Ferrell-4-29-2025'],['Post Malone, Jelly Roll & Sierra Ferrell','Allegiant Stadium','Las Vegas, NV','Saturday','5/3/2025','7:30 PM','6836577','Post-Malone--Jelly-Roll---Sierra-Ferrell-5-3-2025'],['Post Malone, Jelly Roll & Sierra Ferrell','Alamodome','San Antonio, TX','Wednesday','5/7/2025','7:30 PM','6836578','Post-Malone--Jelly-Roll---Sierra-Ferrell-5-7-2025'],['Post Malone, Jelly Roll & Sierra Ferrell','AT&T Stadium','Arlington, TX','Friday','5/9/2025','7:30 PM','6836579','Post-Malone--Jelly-Roll---Sierra-Ferrell-5-9-2025'],['Post Malone, Jelly Roll & Sierra Ferrell','Mercedes-Benz Stadium','Atlanta, GA','Sunday','5/11/2025','7:30 PM','6836580','Post-Malone--Jelly-Roll---Sierra-Ferrell-5-11-2025'],['Post Malone, Jelly Roll & Sierra Ferrell','Busch Stadium','St. Louis, MO','Tuesday','5/13/2025','7:30 PM','6836581','Post-Malone--Jelly-Roll---Sierra-Ferrell-5-13-2025']],'Post Malone','https://www.ticketnetwork.com');