//
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-01A
TN_Widget.CreateTable([['Billings Symphony Orchestra: Fire. Fury. Verdi. - Dress Rehearsal','Alberta Bair Theater','Billings, MT','Friday','4/24/2026','7:00 PM','7503990','Billings-Symphony-Orchestra--Fire--Fury--Verdi----Dress-Rehearsal-4-24-2026'],['Billings Symphony Orchestra: Fire. Fury. Verdi.','Alberta Bair Theater','Billings, MT','Saturday','4/25/2026','7:30 PM','7503989','Billings-Symphony-Orchestra--Fire--Fury--Verdi--4-25-2026'],['Three Dog Night','Alberta Bair Theater','Billings, MT','Saturday','5/2/2026','7:30 PM','7743584','Three-Dog-Night-5-2-2026'],['Michael W. Smith','Alberta Bair Theater','Billings, MT','Monday','5/4/2026','7:30 PM','7617290','Michael-W--Smith-5-4-2026'],['Tusk - Tribute To Fleetwood Mac','Alberta Bair Theater','Billings, MT','Monday','5/18/2026','7:30 PM','7503977','Tusk---Tribute-To-Fleetwood-Mac-5-18-2026'],['Geoff Tate's Operation: Mindcrime','Alberta Bair Theater','Billings, MT','Wednesday','5/20/2026','7:30 PM','7680366','Geoff-Tate-s-Operation--Mindcrime-5-20-2026'],['Marshall Tucker Band','Alberta Bair Theater','Billings, MT','Tuesday','6/2/2026','7:30 PM','7670066','Marshall-Tucker-Band-6-2-2026'],['Nitty Gritty Dirt Band','Alberta Bair Theater','Billings, MT','Saturday','6/13/2026','7:00 PM','7710708','Nitty-Gritty-Dirt-Band-6-13-2026'],['Chris Botti','Alberta Bair Theater','Billings, MT','Wednesday','7/15/2026','7:30 PM','7812915','Chris-Botti-7-15-2026'],['Bonnie Raitt','Alberta Bair Theater','Billings, MT','Wednesday','9/2/2026','7:30 PM','7705411','Bonnie-Raitt-9-2-2026'],['The Rock Orchestra By Candlelight','Alberta Bair Theater','Billings, MT','Saturday','9/12/2026','8:00 PM','7741330','The-Rock-Orchestra-By-Candlelight-9-12-2026'],['Kenny Wayne Shepherd Band','Alberta Bair Theater','Billings, MT','Friday','9/18/2026','7:30 PM','7803630','Kenny-Wayne-Shepherd-Band-9-18-2026'],['Black Jacket Symphony: Bon Jovi's Slippery When Wet','Alberta Bair Theater','Billings, MT','Tuesday','10/27/2026','7:30 PM','7769150','Black-Jacket-Symphony--Bon-Jovi-s-Slippery-When-Wet-10-27-2026'],['World Ballet Company: Swan Lake with Live Orchestra','Alberta Bair Theater','Billings, MT','Sunday','11/1/2026','6:00 PM','7774268','World-Ballet-Company--Swan-Lake-with-Live-Orchestra-11-1-2026']],'Alberta Bair Theater','http://www.ticketnetwork.com/ticket/Alberta-Bair-Theater-events.aspx');