//
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-04A
TN_Widget.CreateTable([['Eli Young Band','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Friday','12/19/2025','7:30 PM','7515394','Eli-Young-Band-12-19-2025'],['SunSquabi','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','12/20/2025','8:00 PM','7417849','SunSquabi-12-20-2025'],['New Year's Eve 2026 Celebration!','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Wednesday','12/31/2025','9:00 PM','7546706','New-Year-s-Eve-2026-Celebration--12-31-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'],['Leftover Salmon','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','1/17/2026','8:00 PM','7508618','Leftover-Salmon-1-17-2026'],['Phaseone','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Friday','1/23/2026','8:00 PM','7546704','Phaseone-1-23-2026'],['Sons of Cream','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Wednesday','1/28/2026','7:30 PM','7462595','Sons-of-Cream-1-28-2026'],['Winter Laserland','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','1/31/2026','9:00 PM','7546703','Winter-Laserland-1-31-2026'],['Hi I'm Ghost','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','2/7/2026','8:00 PM','7546702','Hi-I-m-Ghost-2-7-2026'],['The Kitchen Dwellers','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Sunday','2/22/2026','8:00 PM','7493197','The-Kitchen-Dwellers-2-22-2026'],['The California Honeydrops','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Sunday','3/15/2026','7:00 PM','7560215','The-California-Honeydrops-3-15-2026'],['Black Jacket Symphony: Pink Floyd's Dark Side Of The Moon','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Saturday','3/21/2026','7:30 PM','7611750','Black-Jacket-Symphony--Pink-Floyd-s-Dark-Side-Of-The-Moon-3-21-2026'],['Evan Honer','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Tuesday','4/7/2026','7:00 PM','7460879','Evan-Honer-4-7-2026'],['Sierra Hull','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Sunday','4/12/2026','7:00 PM','7618161','Sierra-Hull-4-12-2026'],['Tyler Braden','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Tuesday','4/21/2026','8:00 PM','7522445','Tyler-Braden-4-21-2026'],['Satsang','Orpheum Theatre - Flagstaff','Flagstaff, AZ','Thursday','4/23/2026','8:00 PM','7571138','Satsang-4-23-2026']],'Orpheum Theatre Flagstaff','http://www.ticketnetwork.com/ticket/Orpheum-Theatre-Flagstaff-events.aspx');