// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Amy Grant','Alberta Bair Theater','Billings, MT','Wednesday','9/17/2025','7:30 PM','7143453','Amy-Grant-9-17-2025'],['Whose Live Anyway?','Alberta Bair Theater','Billings, MT','Friday','9/19/2025','7:30 PM','7084887','Whose-Live-Anyway--9-19-2025'],['Mania - The ABBA Tribute','Alberta Bair Theater','Billings, MT','Thursday','10/9/2025','7:30 PM','7047840','Mania---The-ABBA-Tribute-10-9-2025'],['The Fab Four - The Ultimate Tribute','Alberta Bair Theater','Billings, MT','Sunday','10/26/2025','7:00 PM','7152511','The-Fab-Four---The-Ultimate-Tribute-10-26-2025'],['Black Jacket Symphony: AC/DC's Back In Black','Alberta Bair Theater','Billings, MT','Thursday','11/6/2025','7:30 PM','7008356','Black-Jacket-Symphony--AC-DC-s-Back-In-Black-11-6-2025'],['World Ballet Company: The Great Gatsby','Alberta Bair Theater','Billings, MT','Saturday','11/8/2025','7:00 PM','7165275','World-Ballet-Company--The-Great-Gatsby-11-8-2025'],['Stayin' Alive - One Night of the Bee Gees','Alberta Bair Theater','Billings, MT','Saturday','11/22/2025','7:30 PM','7037220','Stayin--Alive---One-Night-of-the-Bee-Gees-11-22-2025'],['The Nutcracker','Alberta Bair Theater','Billings, MT','Saturday','11/29/2025','2:00 PM','7276913','The-Nutcracker-11-29-2025'],['The Nutcracker','Alberta Bair Theater','Billings, MT','Saturday','11/29/2025','7:00 PM','7276914','The-Nutcracker-11-29-2025'],['The Nutcracker','Alberta Bair Theater','Billings, MT','Sunday','11/30/2025','2:00 PM','7276915','The-Nutcracker-11-30-2025'],['Forbidden Broadway: Merrily We Stole A Song','Alberta Bair Theater','Billings, MT','Saturday','12/6/2025','7:30 PM','7276912','Forbidden-Broadway--Merrily-We-Stole-A-Song-12-6-2025'],['Mark & Maggie O'Connor','Alberta Bair Theater','Billings, MT','Friday','12/12/2025','7:30 PM','7276916','Mark---Maggie-O-Connor-12-12-2025'],['A Christmas Carol','Alberta Bair Theater','Billings, MT','Saturday','12/20/2025','7:30 PM','7276917','A-Christmas-Carol-12-20-2025'],['Kinky Boots','Alberta Bair Theater','Billings, MT','Tuesday','1/6/2026','7:30 PM','7276918','Kinky-Boots-1-6-2026'],['The Choir Of Man','Alberta Bair Theater','Billings, MT','Thursday','1/15/2026','7:30 PM','7276919','The-Choir-Of-Man-1-15-2026'],['Billings Symphony: The Magic of Sleeping Beauty','Alberta Bair Theater','Billings, MT','Friday','1/23/2026','7:00 PM','7276922','Billings-Symphony--The-Magic-of-Sleeping-Beauty-1-23-2026'],['Billings Symphony: The Magic of Sleeping Beauty','Alberta Bair Theater','Billings, MT','Saturday','1/24/2026','7:30 PM','7276923','Billings-Symphony--The-Magic-of-Sleeping-Beauty-1-24-2026'],['Tango After Dark','Alberta Bair Theater','Billings, MT','Wednesday','2/4/2026','7:30 PM','7276931','Tango-After-Dark-2-4-2026'],['TINA - The Tina Turner Musical','Alberta Bair Theater','Billings, MT','Wednesday','2/11/2026','7:30 PM','7276933','TINA---The-Tina-Turner-Musical-2-11-2026'],['TINA - The Tina Turner Musical','Alberta Bair Theater','Billings, MT','Thursday','2/12/2026','7:30 PM','7276934','TINA---The-Tina-Turner-Musical-2-12-2026'],['The Red Hot Chilli Pipers','Alberta Bair Theater','Billings, MT','Tuesday','3/31/2026','7:30 PM','7276936','The-Red-Hot-Chilli-Pipers-3-31-2026']],'Alberta Bair Theater','http://www.ticketnetwork.com/ticket/Alberta-Bair-Theater-events.aspx');