//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['Florida International Panthers vs. Delaware Blue Hens ','Pitbull Stadium','Miami, FL','Saturday','9/20/2025','6:00 PM','6976288','Florida-International-Panthers-vs--Delaware-Blue-Hens--9-20-2025'],['Miami FC vs. Pittsburgh Riverhounds SC','Pitbull Stadium','Miami, FL','Saturday','10/4/2025','6:40 PM','6894648','Miami-FC-vs--Pittsburgh-Riverhounds-SC-10-4-2025'],['Florida International Panthers vs. Kennesaw State Owls','Pitbull Stadium','Miami, FL','Tuesday','10/21/2025','7:00 PM','6976290','Florida-International-Panthers-vs--Kennesaw-State-Owls-10-21-2025'],['Party In The Park: Pitbull, Shaggy, Ginuwine & Ying Yang Twins','Gilbert Regional Park','Gilbert, AZ','Saturday','11/8/2025','12:00 PM','7356440','Party-In-The-Park--Pitbull--Shaggy--Ginuwine---Ying-Yang-Twins-11-8-2025'],['Florida International Panthers vs. Liberty Flames','Pitbull Stadium','Miami, FL','Saturday','11/15/2025','5:00 PM','6976292','Florida-International-Panthers-vs--Liberty-Flames-11-15-2025'],['Pitbull','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Friday','11/21/2025','9:00 PM','7104967','Pitbull-11-21-2025'],['Florida International Panthers vs. Jacksonville State Gamecocks','Pitbull Stadium','Miami, FL','Saturday','11/22/2025','3:30 PM','6976294','Florida-International-Panthers-vs--Jacksonville-State-Gamecocks-11-22-2025'],['Pitbull','BleauLive Theater At Fontainebleau Las Vegas','Las Vegas, NV','Saturday','11/22/2025','9:00 PM','7104968','Pitbull-11-22-2025'],['Pitbull','Yaamava Theater at Yaamava Resort & Casino','Highland, CA','Monday','11/24/2025','8:00 PM','7296242','Pitbull-11-24-2025']],'Pitbull','https://www.ticketnetwork.com/ticket/Pitbull-events.aspx');