//
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-03A
TN_Widget.CreateTable([['Aaron Watson','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Sunday','10/19/2025','8:00 PM','7385900','Aaron-Watson-10-19-2025'],['Pecos and the Rooftops','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Thursday','10/23/2025','8:00 PM','7072618','Pecos-and-the-Rooftops-10-23-2025'],['Sons of Habit ','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Friday','10/24/2025','8:00 PM','7241908','Sons-of-Habit--10-24-2025'],['William Clark Green','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','10/25/2025','8:00 PM','7283854','William-Clark-Green-10-25-2025'],['Jason Boland and The Stragglers','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Wednesday','11/5/2025','7:30 PM','7352762','Jason-Boland-and-The-Stragglers-11-5-2025'],['Spafford','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Friday','11/7/2025','8:00 PM','7260708','Spafford-11-7-2025'],['Bush League & Roll me Home','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','11/22/2025','8:00 PM','7384769','Bush-League---Roll-me-Home-11-22-2025'],['Legend Zeppelin - Tribute to Led Zeppelin','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Thursday','12/4/2025','7:30 PM','7293534','Legend-Zeppelin---Tribute-to-Led-Zeppelin-12-4-2025'],['The Floozies','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Wednesday','12/10/2025','8:00 PM','7237214','The-Floozies-12-10-2025'],['The Droptines','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','12/13/2025','7:30 PM','7459163','The-Droptines-12-13-2025'],['SunSquabi','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','12/20/2025','8:00 PM','7417849','SunSquabi-12-20-2025'],['Robert Jon and The Wreck','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Thursday','1/8/2026','7:30 PM','7488480','Robert-Jon-and-The-Wreck-1-8-2026'],['Sons of Cream','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Wednesday','1/28/2026','7:30 PM','7462595','Sons-of-Cream-1-28-2026'],['The Kitchen Dwellers','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Sunday','2/22/2026','8:00 PM','7493197','The-Kitchen-Dwellers-2-22-2026'],['Evan Honer','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Tuesday','4/7/2026','7:00 PM','7460879','Evan-Honer-4-7-2026']],'Orpheum Theatre Flagstaff','http://www.ticketnetwork.com/ticket/Orpheum-Theatre-Flagstaff-events.aspx');