//
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-01A
TN_Widget.CreateTable([['Royal Bliss - The Tom Petty Experience','Mesa Theater & Club','Grand Junction, CO','Thursday','9/18/2025','8:00 PM','7266560','Royal-Bliss---The-Tom-Petty-Experience-9-18-2025'],['Citizen Soldier','Mesa Theater & Club','Grand Junction, CO','Friday','9/19/2025','7:00 PM','7167671','Citizen-Soldier-9-19-2025'],['Pepper','Mesa Theater & Club','Grand Junction, CO','Sunday','9/28/2025','7:00 PM','7216926','Pepper-9-28-2025'],['Clusterfux','Mesa Theater & Club','Grand Junction, CO','Wednesday','10/1/2025','8:00 PM','7388916','Clusterfux-10-1-2025'],['Ballyhoo!','Mesa Theater & Club','Grand Junction, CO','Friday','10/3/2025','8:00 PM','7286285','Ballyhoo--10-3-2025'],['The last DYAD','Mesa Theater & Club','Grand Junction, CO','Saturday','10/4/2025','8:00 PM','7292517','The-last-DYAD-10-4-2025'],['96 Bitter Beings','Mesa Theater & Club','Grand Junction, CO','Sunday','10/5/2025','8:00 PM','7294848','96-Bitter-Beings-10-5-2025'],['Hinder','Mesa Theater & Club','Grand Junction, CO','Wednesday','10/8/2025','8:00 PM','7312600','Hinder-10-8-2025'],['Off With Their Heads','Mesa Theater & Club','Grand Junction, CO','Thursday','10/9/2025','8:00 PM','7290123','Off-With-Their-Heads-10-9-2025'],['Circle Jerks','Mesa Theater & Club','Grand Junction, CO','Friday','10/10/2025','8:00 PM','7122062','Circle-Jerks-10-10-2025'],['Stillhouse Junkies & Stillhouse String Band','Mesa Theater & Club','Grand Junction, CO','Saturday','10/11/2025','8:00 PM','7196842','Stillhouse-Junkies---Stillhouse-String-Band-10-11-2025'],['Invent Animate & Silent Planet','Mesa Theater & Club','Grand Junction, CO','Wednesday','10/15/2025','6:30 PM','7271290','Invent-Animate---Silent-Planet-10-15-2025'],['Born of Osiris, The Browning, VCTMS, AXTY & Lost in Separation','Mesa Theater & Club','Grand Junction, CO','Friday','10/17/2025','6:30 PM','7203962','Born-of-Osiris--The-Browning--VCTMS--AXTY---Lost-in-Separation-10-17-2025'],['Patrick Warburton','Mesa Theater & Club','Grand Junction, CO','Saturday','10/18/2025','6:00 PM','7152998','Patrick-Warburton-10-18-2025'],['Patrick Warburton','Mesa Theater & Club','Grand Junction, CO','Saturday','10/18/2025','8:30 PM','7152999','Patrick-Warburton-10-18-2025'],['Stop Light Observations','Mesa Theater & Club','Grand Junction, CO','Thursday','10/23/2025','7:00 PM','7143006','Stop-Light-Observations-10-23-2025'],['Crimewave - Darkwave Dance Party','Mesa Theater & Club','Grand Junction, CO','Saturday','10/25/2025','8:00 PM','7298850','Crimewave---Darkwave-Dance-Party-10-25-2025'],['Adam Calhoun','Mesa Theater & Club','Grand Junction, CO','Sunday','10/26/2025','8:00 PM','7278940','Adam-Calhoun-10-26-2025'],['Irah Nox','Mesa Theater & Club','Grand Junction, CO','Saturday','11/1/2025','7:00 PM','7135154','Irah-Nox-11-1-2025'],['Gasoline Lollipops','Mesa Theater & Club','Grand Junction, CO','Thursday','11/13/2025','8:00 PM','7286333','Gasoline-Lollipops-11-13-2025'],['Jakobs Castle x Strawberry Fuzz','Mesa Theater & Club','Grand Junction, CO','Friday','11/14/2025','8:00 PM','7384504','Jakobs-Castle-x-Strawberry-Fuzz-11-14-2025'],['Rittz','Mesa Theater & Club','Grand Junction, CO','Sunday','11/16/2025','7:00 PM','7351873','Rittz-11-16-2025'],['Ensiferum','Mesa Theater & Club','Grand Junction, CO','Saturday','12/6/2025','8:00 PM','7361251','Ensiferum-12-6-2025'],['The Harp Twins - Camille and Kennerly','Mesa Theater & Club','Grand Junction, CO','Friday','12/12/2025','7:30 PM','7335319','The-Harp-Twins---Camille-and-Kennerly-12-12-2025'],['Geoff Tate','Mesa Theater & Club','Grand Junction, CO','Thursday','2/19/2026','8:00 PM','7221851','Geoff-Tate-2-19-2026']],'Mesa Theater and Club','https://www.ticketnetwork.com/ticket/Mesa-Theater-and-Club-events.aspx');