//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
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/en/search/?text=Michael%20W%20Smith');