//
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-03B
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([['Theo Von','Wintrust Arena','Chicago, IL','Thursday','4/24/2025','7:30 PM','6996622','Theo-Von-4-24-2025'],['Theo Von','Allstate Arena','Rosemont, IL','Friday','4/25/2025','8:00 PM','6810069','Theo-Von-4-25-2025'],['Theo Von','Allen County War Memorial Coliseum','Fort Wayne, IN','Saturday','4/26/2025','7:00 PM','6996280','Theo-Von-4-26-2025'],['Theo Von','Bridgestone Arena','Nashville, TN','Saturday','5/3/2025','4:00 PM','6918966','Theo-Von-5-3-2025'],['Theo Von','Bridgestone Arena','Nashville, TN','Saturday','5/3/2025','8:00 PM','6914842','Theo-Von-5-3-2025'],['Theo Von','Kaseya Center','Miami, FL','Saturday','5/10/2025','7:00 PM','6996455','Theo-Von-5-10-2025'],['Theo Von','Alliant Energy PowerHouse','Cedar Rapids, IA','Thursday','6/19/2025','7:30 PM','7086116','Theo-Von-6-19-2025'],['Theo Von','Xcel Energy Center','Saint Paul, MN','Friday','6/20/2025','8:00 PM','7086117','Theo-Von-6-20-2025'],['Theo Von','Fargodome','Fargo, ND','Saturday','6/21/2025','7:00 PM','7086118','Theo-Von-6-21-2025'],['Theo Von','Summit Arena at The Monument','Rapid City, SD','Sunday','6/22/2025','7:00 PM','7086448','Theo-Von-6-22-2025'],['Great Outdoors Comedy Festival: Theo Von (Evening - Time: TBD)','Assiniboine Park','Winnipeg, Canada','Sunday','7/20/2025','8:00 PM','6863473','Great-Outdoors-Comedy-Festival--Theo-Von--Evening---Time--TBD--7-20-2025'],['Great Outdoors Comedy Festival: Theo Von, Bert Kreischer, Chelcie Lynn, & Whitney Cummings - 3 Day Pass','Prince's Island Park','Calgary, Canada','Friday','8/22/2025','TBD','6751410','Great-Outdoors-Comedy-Festival--Theo-Von--Bert-Kreischer--Chelcie-Lynn----Whitney-Cummings---3-Day-Pass-8-22-2025'],['Great Outdoors Comedy Festival: Theo Von','Prince's Island Park','Calgary, Canada','Saturday','8/23/2025','3:00 PM','6863444','Great-Outdoors-Comedy-Festival--Theo-Von-8-23-2025'],['Great Outdoors Comedy Festival: Theo Von','Prince's Island Park','Calgary, Canada','Saturday','8/23/2025','8:00 PM','6863446','Great-Outdoors-Comedy-Festival--Theo-Von-8-23-2025']],'Theo Von','http://www.ticketnetwork.com/en/search/?text=Theo%20Von');