//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-02A
TN_Widget.CreateTable([['Mile High Bull Bash','Findlay Toyota Center','Prescott Valley, AZ','Saturday','9/27/2025','7:30 PM','7214395','Mile-High-Bull-Bash-9-27-2025'],['Greg Gutfeld','Findlay Toyota Center','Prescott Valley, AZ','Saturday','10/4/2025','7:00 PM','6860964','Greg-Gutfeld-10-4-2025'],['AMA Endurocross','Findlay Toyota Center','Prescott Valley, AZ','Saturday','10/18/2025','7:00 PM','7039438','AMA-Endurocross-10-18-2025'],['WWE: NXT Live - Halloween Havoc','Findlay Toyota Center','Prescott Valley, AZ','Saturday','10/25/2025','4:30 PM','7366694','WWE--NXT-Live---Halloween-Havoc-10-25-2025'],['Grand Canyon Lopes Hockey vs. Arizona State Sun Devils','Findlay Toyota Center','Prescott Valley, AZ','Saturday','11/1/2025','7:30 PM','7351286','Grand-Canyon-Lopes-Hockey-vs--Arizona-State-Sun-Devils-11-1-2025'],['ZZ Top','Findlay Toyota Center','Prescott Valley, AZ','Thursday','11/13/2025','7:00 PM','7233172','ZZ-Top-11-13-2025'],['Mannheim Steamroller Christmas','Findlay Toyota Center','Prescott Valley, AZ','Friday','11/14/2025','7:00 PM','7283029','Mannheim-Steamroller-Christmas-11-14-2025'],['Gabby's Dollhouse Live!','Findlay Toyota Center','Prescott Valley, AZ','Friday','12/5/2025','6:00 PM','7155096','Gabby-s-Dollhouse-Live--12-5-2025'],['Cirque Musica Holiday Wonderland','Findlay Toyota Center','Prescott Valley, AZ','Sunday','12/21/2025','6:00 PM','7306954','Cirque-Musica-Holiday-Wonderland-12-21-2025'],['Toughest Monster Truck Tour','Findlay Toyota Center','Prescott Valley, AZ','Friday','1/9/2026','7:30 PM','7334268','Toughest-Monster-Truck-Tour-1-9-2026'],['Toughest Monster Truck Tour','Findlay Toyota Center','Prescott Valley, AZ','Saturday','1/10/2026','3:00 PM','7334269','Toughest-Monster-Truck-Tour-1-10-2026'],['Styx','Findlay Toyota Center','Prescott Valley, AZ','Sunday','1/11/2026','7:00 PM','7410662','Styx-1-11-2026'],['The Harlem Globetrotters','Findlay Toyota Center','Prescott Valley, AZ','Friday','2/27/2026','7:00 PM','7395340','The-Harlem-Globetrotters-2-27-2026'],['Clint Black','Findlay Toyota Center','Prescott Valley, AZ','Friday','3/27/2026','7:00 PM','7396016','Clint-Black-3-27-2026']],'Tims Toyota Center','http://www.ticketnetwork.com/ticket/Tims-Toyota-Center-events.aspx');