// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //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([['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'],['Theo Von','Wells Fargo Center - PA','Philadelphia, PA','Wednesday','7/9/2025','7:30 PM','7124231','Theo-Von-7-9-2025'],['Theo Von','Blue Cross Arena','Rochester, NY','Thursday','7/10/2025','7:30 PM','7124232','Theo-Von-7-10-2025'],['Theo Von','Fox Theatre - Detroit','Detroit, MI','Friday','7/11/2025','8:00 PM','7124233','Theo-Von-7-11-2025'],['Theo Von','Fox Theatre - Detroit','Detroit, MI','Saturday','7/12/2025','8:00 PM','7124234','Theo-Von-7-12-2025'],['Great Outdoors Comedy Festival: John Mulaney, Theo Von & Bert Kreischer - 3 Day Pass','Assiniboine Park','Winnipeg, Canada','Friday','7/18/2025','TBD','6751409','Great-Outdoors-Comedy-Festival--John-Mulaney--Theo-Von---Bert-Kreischer---3-Day-Pass-7-18-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');