//
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([['Scotty McCreery','Warner Theatre - PA','Erie, PA','Friday','2/14/2025','8:00 PM','6891195','Scotty-McCreery-2-14-2025'],['Justin Willman','Warner Theatre - PA','Erie, PA','Saturday','2/15/2025','7:30 PM','6792471','Justin-Willman-2-15-2025'],['The Cher Show','Warner Theatre - PA','Erie, PA','Tuesday','2/25/2025','7:30 PM','6589731','The-Cher-Show-2-25-2025'],['The Cher Show','Warner Theatre - PA','Erie, PA','Wednesday','2/26/2025','7:30 PM','6589733','The-Cher-Show-2-26-2025'],['Clint Black','Warner Theatre - PA','Erie, PA','Friday','2/28/2025','7:30 PM','6728359','Clint-Black-2-28-2025'],['The Addams Family','Warner Theatre - PA','Erie, PA','Monday','3/17/2025','7:30 PM','6589737','The-Addams-Family-3-17-2025'],['The Addams Family','Warner Theatre - PA','Erie, PA','Tuesday','3/18/2025','7:30 PM','6589738','The-Addams-Family-3-18-2025'],['Gary Allan','Warner Theatre - PA','Erie, PA','Saturday','3/29/2025','8:00 PM','6834535','Gary-Allan-3-29-2025'],['Daryl Hall & Glenn Tilbrook','Warner Theatre - PA','Erie, PA','Tuesday','4/1/2025','7:30 PM','6944843','Daryl-Hall---Glenn-Tilbrook-4-1-2025'],['Lou Gramm','Warner Theatre - PA','Erie, PA','Friday','4/4/2025','7:30 PM','6727385','Lou-Gramm-4-4-2025'],['A1A - Jimmy Buffett Tribute','Warner Theatre - PA','Erie, PA','Saturday','4/5/2025','8:00 PM','6867685','A1A---Jimmy-Buffett-Tribute-4-5-2025'],['The Temptations and The Four Tops','Warner Theatre - PA','Erie, PA','Friday','4/18/2025','7:30 PM','6960612','The-Temptations-and-The-Four-Tops-4-18-2025'],['Donnie Iris and The Cruisers','Warner Theatre - PA','Erie, PA','Saturday','4/26/2025','7:30 PM','6950693','Donnie-Iris-and-The-Cruisers-4-26-2025'],['Blippi Live','Warner Theatre - PA','Erie, PA','Thursday','5/8/2025','6:00 PM','6827469','Blippi-Live-5-8-2025'],['Menopause - The Musical 2','Warner Theatre - PA','Erie, PA','Tuesday','5/13/2025','7:30 PM','6890440','Menopause---The-Musical-2-5-13-2025'],['Whose Live Anyway?','Warner Theatre - PA','Erie, PA','Friday','5/16/2025','7:30 PM','6868897','Whose-Live-Anyway--5-16-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Warner Theatre - PA','Erie, PA','Friday','5/23/2025','7:30 PM','6589742','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-5-23-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Warner Theatre - PA','Erie, PA','Saturday','5/24/2025','7:30 PM','6589743','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-5-24-2025'],['Get The Led Out - Tribute Band','Warner Theatre - PA','Erie, PA','Thursday','11/13/2025','7:30 PM','6908937','Get-The-Led-Out---Tribute-Band-11-13-2025']],'Warner Theatre Erie','https://www.ticketnetwork.com/ticket/Warner-Theatre-Erie-events.aspx');