//
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-03A
TN_Widget.CreateTable([['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Value City Arena at The Schottenstein Center','Columbus, OH','Friday','11/27/2026','7:00 PM','7908798','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-11-27-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Giant Center','Hershey, PA','Saturday','11/28/2026','7:00 PM','7908807','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-11-28-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Bojangles Coliseum','Charlotte, NC','Sunday','11/29/2026','7:00 PM','7908808','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-11-29-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Lenovo Center','Raleigh, NC','Monday','11/30/2026','7:00 PM','7912607','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-11-30-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Allen County War Memorial Coliseum','Fort Wayne, IN','Wednesday','12/2/2026','7:00 PM','7908814','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-12-2-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Van Andel Arena','Grand Rapids, MI','Thursday','12/3/2026','7:00 PM','7912200','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-12-3-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Grand Casino Arena','Saint Paul, MN','Friday','12/4/2026','7:00 PM','7908813','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-12-4-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Pinnacle Bank Arena','Lincoln, NE','Saturday','12/5/2026','7:00 PM','7908816','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-12-5-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','T-Mobile Center','Kansas City, MO','Monday','12/7/2026','7:00 PM','7912356','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-12-7-2026'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','Blue Federal Credit Union Arena','Loveland, CO','Tuesday','12/8/2026','7:00 PM','7912357','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-12-8-2026']],'Michael W. Smith','http://www.ticketnetwork.com/ticket/Michael-W.-Smith-events.aspx');