//
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([['Leonid & Friends - A Tribute To Chicago','Admiral Theatre - Bremerton','Bremerton, WA','Friday','10/24/2025','7:30 PM','7271432','Leonid---Friends---A-Tribute-To-Chicago-10-24-2025'],['Serial Killers with Dr. Scott Bonn','Admiral Theatre - Bremerton','Bremerton, WA','Saturday','11/1/2025','7:00 PM','7059533','Serial-Killers-with-Dr--Scott-Bonn-11-1-2025'],['Uptown - A Celebration of Motown & Soul','Admiral Theatre - Bremerton','Bremerton, WA','Friday','11/7/2025','7:30 PM','7271407','Uptown---A-Celebration-of-Motown---Soul-11-7-2025'],['The Fabulous Thunderbirds','Admiral Theatre - Bremerton','Bremerton, WA','Friday','11/14/2025','7:30 PM','7308832','The-Fabulous-Thunderbirds-11-14-2025'],['Geoff Tate','Admiral Theatre - Bremerton','Bremerton, WA','Wednesday','11/19/2025','7:00 PM','7059602','Geoff-Tate-11-19-2025'],['Jim Brickman','Admiral Theatre - Bremerton','Bremerton, WA','Friday','11/21/2025','7:30 PM','7271488','Jim-Brickman-11-21-2025'],['Darlene Love','Admiral Theatre - Bremerton','Bremerton, WA','Sunday','11/30/2025','7:00 PM','7271462','Darlene-Love-11-30-2025'],['Mark O'Connor','Admiral Theatre - Bremerton','Bremerton, WA','Thursday','12/18/2025','7:00 PM','7308932','Mark-O-Connor-12-18-2025'],['The Lovin' Spoonful','Admiral Theatre - Bremerton','Bremerton, WA','Friday','1/23/2026','7:30 PM','7364984','The-Lovin--Spoonful-1-23-2026'],['Pink Martini & China Forbes','Admiral Theatre - Bremerton','Bremerton, WA','Friday','1/30/2026','7:30 PM','7271405','Pink-Martini---China-Forbes-1-30-2026'],['Shaun Cassidy','Admiral Theatre - Bremerton','Bremerton, WA','Saturday','2/14/2026','7:30 PM','7183530','Shaun-Cassidy-2-14-2026'],['Joss Stone','Admiral Theatre - Bremerton','Bremerton, WA','Friday','2/20/2026','7:30 PM','7271487','Joss-Stone-2-20-2026'],['Devon Allman','Admiral Theatre - Bremerton','Bremerton, WA','Friday','3/6/2026','7:30 PM','7308850','Devon-Allman-3-6-2026'],['Natalie MacMaster & Donnell Leahy and The Celtic All Stars','Admiral Theatre - Bremerton','Bremerton, WA','Sunday','3/15/2026','7:00 PM','7271385','Natalie-MacMaster---Donnell-Leahy-and-The-Celtic-All-Stars-3-15-2026'],['Matthew Morrison','Admiral Theatre - Bremerton','Bremerton, WA','Saturday','3/28/2026','7:30 PM','7308827','Matthew-Morrison-3-28-2026'],['Elvin Bishop & Charlie Musselwhite','Admiral Theatre - Bremerton','Bremerton, WA','Friday','4/3/2026','7:30 PM','7309913','Elvin-Bishop---Charlie-Musselwhite-4-3-2026'],['Forever Simon and Garfunkel - Tribute','Admiral Theatre - Bremerton','Bremerton, WA','Friday','4/10/2026','7:30 PM','7271788','Forever-Simon-and-Garfunkel---Tribute-4-10-2026'],['Michael Carbonaro','Admiral Theatre - Bremerton','Bremerton, WA','Friday','5/15/2026','7:30 PM','7271493','Michael-Carbonaro-5-15-2026'],['Classic Albums Live Tribute Show: Pink Floyd - Dark Side Of The Moon','Admiral Theatre - Bremerton','Bremerton, WA','Friday','5/29/2026','7:30 PM','7399443','Classic-Albums-Live-Tribute-Show--Pink-Floyd---Dark-Side-Of-The-Moon-5-29-2026']],'Admiral Theatre','http://www.ticketnetwork.com/ticket/Admiral-Theatre-events.aspx');