//
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([['Spring Training: The Athletics vs. Colorado Rockies (SS)','Hohokam Park','Mesa, AZ','Sunday','2/23/2025','1:05 PM','6635025','Spring-Training--The-Athletics-vs--Colorado-Rockies--SS--2-23-2025'],['Spring Training: The Athletics vs. San Francisco Giants','Hohokam Park','Mesa, AZ','Tuesday','2/25/2025','1:05 PM','6635027','Spring-Training--The-Athletics-vs--San-Francisco-Giants-2-25-2025'],['Spring Training: The Athletics vs. San Diego Padres','Hohokam Park','Mesa, AZ','Thursday','2/27/2025','1:05 PM','6635029','Spring-Training--The-Athletics-vs--San-Diego-Padres-2-27-2025'],['Spring Training: The Athletics vs. Cincinnati Reds','Hohokam Park','Mesa, AZ','Friday','2/28/2025','1:05 PM','6635031','Spring-Training--The-Athletics-vs--Cincinnati-Reds-2-28-2025'],['Spring Training: The Athletics vs. Los Angeles Dodgers (SS)','Hohokam Park','Mesa, AZ','Sunday','3/2/2025','1:05 PM','6635033','Spring-Training--The-Athletics-vs--Los-Angeles-Dodgers--SS--3-2-2025'],['Spring Training: The Athletics vs. Milwaukee Brewers','Hohokam Park','Mesa, AZ','Thursday','3/6/2025','6:15 PM','6635035','Spring-Training--The-Athletics-vs--Milwaukee-Brewers-3-6-2025'],['Spring Training: The Athletics vs. Cleveland Guardians','Hohokam Park','Mesa, AZ','Friday','3/7/2025','1:05 PM','6635037','Spring-Training--The-Athletics-vs--Cleveland-Guardians-3-7-2025'],['Spring Training: The Athletics vs. Chicago White Sox','Hohokam Park','Mesa, AZ','Monday','3/10/2025','1:05 PM','6635038','Spring-Training--The-Athletics-vs--Chicago-White-Sox-3-10-2025'],['Spring Training: The Athletics vs. Arizona Diamondbacks','Hohokam Park','Mesa, AZ','Wednesday','3/12/2025','1:05 PM','6635040','Spring-Training--The-Athletics-vs--Arizona-Diamondbacks-3-12-2025'],['Spring Training: The Athletics vs. Los Angeles Angels (SS)','Hohokam Park','Mesa, AZ','Friday','3/14/2025','1:05 PM','6635041','Spring-Training--The-Athletics-vs--Los-Angeles-Angels--SS--3-14-2025'],['Spring Training: The Athletics vs. Texas Rangers','Hohokam Park','Mesa, AZ','Saturday','3/15/2025','1:05 PM','6635046','Spring-Training--The-Athletics-vs--Texas-Rangers-3-15-2025'],['Spring Training: The Athletics vs. Seattle Mariners','Hohokam Park','Mesa, AZ','Monday','3/17/2025','1:05 PM','6635049','Spring-Training--The-Athletics-vs--Seattle-Mariners-3-17-2025'],['Spring Training: The Athletics vs. Kansas City Royals (SS)','Hohokam Park','Mesa, AZ','Friday','3/21/2025','1:05 PM','6635052','Spring-Training--The-Athletics-vs--Kansas-City-Royals--SS--3-21-2025'],['Spring Training: The Athletics vs. Milwaukee Brewers','Hohokam Park','Mesa, AZ','Saturday','3/22/2025','1:05 PM','6635053','Spring-Training--The-Athletics-vs--Milwaukee-Brewers-3-22-2025']],'Hohokam Park','https://www.ticketnetwork.com/ticket/Hohokam-Park-events.aspx');