//
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-03A
TN_Widget.CreateTable([['Florida Atlantic Owls vs. St. Leo Lions','Eleanor R. Baldwin Arena','Boca Raton, FL','Wednesday','12/10/2025','7:00 PM','7421274','Florida-Atlantic-Owls-vs--St--Leo-Lions-12-10-2025'],['Florida Atlantic Owls vs. UAlbany Great Danes','Eleanor R. Baldwin Arena','Boca Raton, FL','Saturday','12/13/2025','12:00 PM','7421275','Florida-Atlantic-Owls-vs--UAlbany-Great-Danes-12-13-2025'],['Florida Atlantic Owls vs. UTSA Roadrunners','Eleanor R. Baldwin Arena','Boca Raton, FL','Wednesday','12/31/2025','1:00 PM','7450786','Florida-Atlantic-Owls-vs--UTSA-Roadrunners-12-31-2025'],['Tulane Green Wave vs. Florida Atlantic Owls','Devlin Fieldhouse','New Orleans, LA','Sunday','1/4/2026','12:00 PM','7450953','Tulane-Green-Wave-vs--Florida-Atlantic-Owls-1-4-2026'],['Florida Atlantic Owls vs. Memphis Tigers','Eleanor R. Baldwin Arena','Boca Raton, FL','Sunday','1/11/2026','1:00 PM','7450787','Florida-Atlantic-Owls-vs--Memphis-Tigers-1-11-2026'],['Florida Atlantic Owls vs. Wichita State Shockers','Eleanor R. Baldwin Arena','Boca Raton, FL','Thursday','1/15/2026','9:00 PM','7450788','Florida-Atlantic-Owls-vs--Wichita-State-Shockers-1-15-2026'],['Florida Atlantic Owls vs. Tulane Green Wave','Eleanor R. Baldwin Arena','Boca Raton, FL','Wednesday','1/21/2026','7:00 PM','7450789','Florida-Atlantic-Owls-vs--Tulane-Green-Wave-1-21-2026'],['Florida Atlantic Owls vs. East Carolina Pirates','Eleanor R. Baldwin Arena','Boca Raton, FL','Sunday','2/1/2026','2:00 PM','7450791','Florida-Atlantic-Owls-vs--East-Carolina-Pirates-2-1-2026'],['Florida Atlantic Owls vs. Tulsa Golden Hurricane','Eleanor R. Baldwin Arena','Boca Raton, FL','Wednesday','2/4/2026','7:00 PM','7450792','Florida-Atlantic-Owls-vs--Tulsa-Golden-Hurricane-2-4-2026'],['Florida Atlantic Owls vs. South Florida Bulls','Eleanor R. Baldwin Arena','Boca Raton, FL','Sunday','2/15/2026','2:00 PM','7450795','Florida-Atlantic-Owls-vs--South-Florida-Bulls-2-15-2026'],['Florida Atlantic Owls vs. Temple Owls','Eleanor R. Baldwin Arena','Boca Raton, FL','Thursday','2/26/2026','7:00 PM','7450796','Florida-Atlantic-Owls-vs--Temple-Owls-2-26-2026'],['Florida Atlantic Owls vs. Charlotte 49ers','Eleanor R. Baldwin Arena','Boca Raton, FL','Sunday','3/1/2026','2:00 PM','7450797','Florida-Atlantic-Owls-vs--Charlotte-49ers-3-1-2026']],'Florida Atlantic University Arena','https://www.ticketnetwork.com/ticket/Florida-Atlantic-University-Arena-events.aspx');