//
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-03A
TN_Widget.CreateTable([['New Orleans Songbook','Ellen Eccles Theatre','Logan, UT','Wednesday','2/12/2025','7:30 PM','6767538','New-Orleans-Songbook-2-12-2025'],['A Bee Story','Ellen Eccles Theatre','Logan, UT','Monday','2/24/2025','7:30 PM','6772043','A-Bee-Story-2-24-2025'],['Hubbard Street Dance','Ellen Eccles Theatre','Logan, UT','Monday','3/3/2025','7:30 PM','6767556','Hubbard-Street-Dance-3-3-2025'],['Grand Kyiv Ballet: Swan Lake','Ellen Eccles Theatre','Logan, UT','Saturday','3/8/2025','7:00 PM','6933990','Grand-Kyiv-Ballet--Swan-Lake-3-8-2025'],['Chicago - The Musical','Ellen Eccles Theatre','Logan, UT','Tuesday','3/11/2025','7:30 PM','6767567','Chicago---The-Musical-3-11-2025'],['Chicago - The Musical','Ellen Eccles Theatre','Logan, UT','Wednesday','3/12/2025','7:30 PM','6767569','Chicago---The-Musical-3-12-2025'],['Fleetwood Visions','Ellen Eccles Theatre','Logan, UT','Saturday','3/15/2025','7:30 PM','6933991','Fleetwood-Visions-3-15-2025'],['Danu','Ellen Eccles Theatre','Logan, UT','Monday','3/17/2025','7:30 PM','6772045','Danu-3-17-2025'],['Cache Valley Civic Ballet: Sleeping Beauty','Ellen Eccles Theatre','Logan, UT','Friday','3/21/2025','7:30 PM','6872992','Cache-Valley-Civic-Ballet--Sleeping-Beauty-3-21-2025'],['Cache Valley Civic Ballet: Sleeping Beauty','Ellen Eccles Theatre','Logan, UT','Saturday','3/22/2025','1:30 PM','6872994','Cache-Valley-Civic-Ballet--Sleeping-Beauty-3-22-2025'],['Cache Valley Civic Ballet: Sleeping Beauty','Ellen Eccles Theatre','Logan, UT','Saturday','3/22/2025','7:30 PM','6872993','Cache-Valley-Civic-Ballet--Sleeping-Beauty-3-22-2025'],['Cache Valley Civic Ballet: Sleeping Beauty','Ellen Eccles Theatre','Logan, UT','Monday','3/24/2025','7:30 PM','6940144','Cache-Valley-Civic-Ballet--Sleeping-Beauty-3-24-2025'],['Champions of Magic','Ellen Eccles Theatre','Logan, UT','Friday','4/4/2025','7:30 PM','6767576','Champions-of-Magic-4-4-2025'],['The Aunties','Ellen Eccles Theatre','Logan, UT','Saturday','4/5/2025','7:30 PM','6767581','The-Aunties-4-5-2025'],['Scarlet Pimpernel','Ellen Eccles Theatre','Logan, UT','Friday','6/20/2025','7:30 PM','6975763','Scarlet-Pimpernel-6-20-2025'],['Scarlet Pimpernel','Ellen Eccles Theatre','Logan, UT','Saturday','6/21/2025','7:30 PM','6975764','Scarlet-Pimpernel-6-21-2025'],['Scarlet Pimpernel','Ellen Eccles Theatre','Logan, UT','Monday','6/23/2025','7:30 PM','6975765','Scarlet-Pimpernel-6-23-2025'],['Scarlet Pimpernel','Ellen Eccles Theatre','Logan, UT','Thursday','6/26/2025','7:30 PM','6975767','Scarlet-Pimpernel-6-26-2025'],['Scarlet Pimpernel','Ellen Eccles Theatre','Logan, UT','Friday','6/27/2025','7:30 PM','6975768','Scarlet-Pimpernel-6-27-2025'],['Scarlet Pimpernel','Ellen Eccles Theatre','Logan, UT','Saturday','6/28/2025','1:30 PM','6975769','Scarlet-Pimpernel-6-28-2025'],['Scarlet Pimpernel','Ellen Eccles Theatre','Logan, UT','Saturday','6/28/2025','7:30 PM','6975770','Scarlet-Pimpernel-6-28-2025']],'Ellen Eccles Theatre','https://www.ticketnetwork.com/ticket/Ellen-Eccles-Theatre-events.aspx');