//
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-01A
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([['Dancing with the Stars Live','Akron Civic Theatre','Akron, OH','Wednesday','2/5/2025','7:30 PM','6752049','Dancing-with-the-Stars-Live-2-5-2025'],['Dancing with the Stars Live','Fox Theatre - Detroit','Detroit, MI','Thursday','2/6/2025','7:30 PM','6752050','Dancing-with-the-Stars-Live-2-6-2025'],['Dancing with the Stars Live','Mershon Auditorium At Wexner Center For The Arts','Columbus, OH','Friday','2/7/2025','7:30 PM','6752051','Dancing-with-the-Stars-Live-2-7-2025'],['Dancing with the Stars Live','Rosemont Theatre','Rosemont, IL','Saturday','2/8/2025','4:00 PM','6766188','Dancing-with-the-Stars-Live-2-8-2025'],['Dancing with the Stars Live','Rosemont Theatre','Rosemont, IL','Saturday','2/8/2025','8:00 PM','6752052','Dancing-with-the-Stars-Live-2-8-2025'],['Dancing with the Stars Live','Murat Theatre at Old National Centre','Indianapolis, IN','Tuesday','2/11/2025','8:00 PM','6752053','Dancing-with-the-Stars-Live-2-11-2025'],['Dancing with the Stars Live','Miller High Life Theatre','Milwaukee, WI','Wednesday','2/12/2025','7:30 PM','6752054','Dancing-with-the-Stars-Live-2-12-2025'],['Dancing with the Stars Live','Stephens Auditorium','Ames, IA','Thursday','2/13/2025','7:30 PM','6752055','Dancing-with-the-Stars-Live-2-13-2025'],['Dancing with the Stars Live','Northrop Auditorium','Minneapolis, MN','Friday','2/14/2025','8:00 PM','6752056','Dancing-with-the-Stars-Live-2-14-2025'],['Dancing with the Stars Live','Orpheum Theatre - Madison ','Madison, WI','Saturday','2/15/2025','3:30 PM','6775452','Dancing-with-the-Stars-Live-2-15-2025'],['Dancing with the Stars Live','Orpheum Theatre - Madison ','Madison, WI','Saturday','2/15/2025','7:30 PM','6752057','Dancing-with-the-Stars-Live-2-15-2025'],['Dancing with the Stars Live','Devos Hall','Grand Rapids, MI','Sunday','2/16/2025','4:00 PM','6752058','Dancing-with-the-Stars-Live-2-16-2025'],['Dancing with the Stars Live','Stifel Theatre','St. Louis, MO','Tuesday','2/18/2025','7:30 PM','6752059','Dancing-with-the-Stars-Live-2-18-2025'],['Dancing with the Stars Live','The Andrew J Brady ICON Music Center','Cincinnati, OH','Wednesday','2/19/2025','7:30 PM','6752060','Dancing-with-the-Stars-Live-2-19-2025'],['Dancing with the Stars Live','Grand Ole Opry House','Nashville, TN','Thursday','2/20/2025','7:30 PM','6752061','Dancing-with-the-Stars-Live-2-20-2025'],['Dancing with the Stars Live','Fabulous Fox Theatre - Atlanta','Atlanta, GA','Friday','2/21/2025','7:30 PM','6752062','Dancing-with-the-Stars-Live-2-21-2025'],['Dancing with the Stars Live','Ovens Auditorium','Charlotte, NC','Saturday','2/22/2025','3:00 PM','6774930','Dancing-with-the-Stars-Live-2-22-2025'],['Dancing with the Stars Live','Ovens Auditorium','Charlotte, NC','Saturday','2/22/2025','8:00 PM','6752063','Dancing-with-the-Stars-Live-2-22-2025'],['Dancing with the Stars Live','Durham Performing Arts Center','Durham, NC','Sunday','2/23/2025','4:00 PM','6752064','Dancing-with-the-Stars-Live-2-23-2025'],['Dancing with the Stars Live','Steven Tanger Center for the Performing Arts','Greensboro, NC','Tuesday','2/25/2025','7:30 PM','6752065','Dancing-with-the-Stars-Live-2-25-2025'],['Dancing with the Stars Live','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Wednesday','2/26/2025','7:30 PM','6752100','Dancing-with-the-Stars-Live-2-26-2025'],['Dancing with the Stars Live','Moran Theater At Jacksonville Center for the Performing Arts','Jacksonville, FL','Thursday','2/27/2025','7:30 PM','6752066','Dancing-with-the-Stars-Live-2-27-2025'],['Dancing with the Stars Live','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Friday','2/28/2025','8:00 PM','6752067','Dancing-with-the-Stars-Live-2-28-2025'],['Dancing with the Stars Live','Ruth Eckerd Hall','Clearwater, FL','Saturday','3/1/2025','3:30 PM','6893985','Dancing-with-the-Stars-Live-3-1-2025'],['Dancing with the Stars Live','Ruth Eckerd Hall','Clearwater, FL','Saturday','3/1/2025','7:30 PM','6752068','Dancing-with-the-Stars-Live-3-1-2025']],'dancing with the stars','http://www.ticketnetwork.com/en/search/?text=dancing%20with%20the%20stars');