//
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-04A
TN_Widget.CreateTable([['Masterworks 5: Melissa White Plays Price','The Craterian Theater at The Collier Center','Medford, OR','Friday','2/7/2025','7:30 PM','6680629','Masterworks-5--Melissa-White-Plays-Price-2-7-2025'],['Wheeling Symphony Orchestra: John Devlin - Masterworks III: Nature. Beauty.','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','2/8/2025','2:00 PM','6755017','Wheeling-Symphony-Orchestra--John-Devlin---Masterworks-III--Nature--Beauty--2-8-2025'],['Texarkana Symphony Orchestra: Masterworks II','Ross Perot Theatre','Texarkana, TX','Saturday','2/8/2025','7:00 PM','6879789','Texarkana-Symphony-Orchestra--Masterworks-II-2-8-2025'],['Dakota Valley Symphony: Masterworks','Masquerade Dance Theater at Ames Center','Burnsville, MN','Sunday','2/9/2025','2:00 PM','6731999','Dakota-Valley-Symphony--Masterworks-2-9-2025'],['North State Symphony: Masterworks 2 - Love or Obsession','Cascade Theatre','Redding, CA','Saturday','2/15/2025','7:30 PM','6806478','North-State-Symphony--Masterworks-2---Love-or-Obsession-2-15-2025'],['Wisconsin Chamber Orchestra: Masterworks III - Davis & Dvorak With Madison Ballet','Capitol Theater At Overture Center for the Arts','Madison, WI','Friday','2/28/2025','7:30 PM','6863131','Wisconsin-Chamber-Orchestra--Masterworks-III---Davis---Dvorak-With-Madison-Ballet-2-28-2025'],['Spokane Symphony: Shira Samuels-Shragg - Masterworks 6','Martin Woldson Theatre At The Fox','Spokane, WA','Saturday','3/1/2025','7:30 PM','6660636','Spokane-Symphony--Shira-Samuels-Shragg---Masterworks-6-3-1-2025'],['Texarkana Symphony Orchestra: Masterworks III','Ross Perot Theatre','Texarkana, TX','Saturday','3/22/2025','7:00 PM','6879791','Texarkana-Symphony-Orchestra--Masterworks-III-3-22-2025'],['Jack M. Champaigne Masterworks: Alastair','Morris Performing Arts Center','South Bend, IN','Saturday','3/22/2025','7:30 PM','6623325','Jack-M--Champaigne-Masterworks--Alastair-3-22-2025'],['Spokane Symphony: James Lowe - Masterworks 7','Martin Woldson Theatre At The Fox','Spokane, WA','Saturday','3/29/2025','7:30 PM','6660637','Spokane-Symphony--James-Lowe---Masterworks-7-3-29-2025'],['Rogue Valley Symphony: Masterworks 6','The Craterian Theater at The Collier Center','Medford, OR','Friday','4/25/2025','7:30 PM','6968072','Rogue-Valley-Symphony--Masterworks-6-4-25-2025'],['Texarkana Symphony Orchestra: Masterworks IV - Laskarov and Saint-Saens','Ross Perot Theatre','Texarkana, TX','Saturday','4/26/2025','7:00 PM','6879790','Texarkana-Symphony-Orchestra--Masterworks-IV---Laskarov-and-Saint-Saens-4-26-2025'],['Spokane Symphony: James Lowe - Masterworks 8','Martin Woldson Theatre At The Fox','Spokane, WA','Saturday','4/26/2025','7:30 PM','6660638','Spokane-Symphony--James-Lowe---Masterworks-8-4-26-2025'],['Spokane Symphony: James Lowe - Masterworks 9','Martin Woldson Theatre At The Fox','Spokane, WA','Saturday','5/10/2025','7:30 PM','6660639','Spokane-Symphony--James-Lowe---Masterworks-9-5-10-2025'],['North State Symphony: Masterworks 3 - Shostakovich Fifth','Cascade Theatre','Redding, CA','Sunday','5/11/2025','2:00 PM','6806479','North-State-Symphony--Masterworks-3---Shostakovich-Fifth-5-11-2025'],['Wheeling Symphony Orchestra: John Devlin & Andre Raphel - Masterworks IV: 95th Anniversary Celebration','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','5/15/2025','7:30 PM','6755018','Wheeling-Symphony-Orchestra--John-Devlin---Andre-Raphel---Masterworks-IV--95th-Anniversary-Celebration-5-15-2025']],'Masterworks Concert','https://www.ticketnetwork.com/ticket/Masterworks-Concert-events.aspx');