// 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([['Justin Willman','Five Flags Center - Theatre','Dubuque, IA','Friday','3/13/2026','7:00 PM','7398883','Justin-Willman-3-13-2026'],['Justin Willman','Mayo Civic Center Presentation Hall','Rochester, MN','Saturday','3/14/2026','7:00 PM','7398379','Justin-Willman-3-14-2026'],['Justin Willman','RCU Theatre At Pablo Center at the Confluence','Eau Claire, WI','Sunday','3/15/2026','7:00 PM','7400641','Justin-Willman-3-15-2026'],['Justin Willman','Cullen Performance Hall','Houston, TX','Thursday','3/26/2026','7:00 PM','7400618','Justin-Willman-3-26-2026'],['Justin Willman','Charline McCombs Empire Theatre','San Antonio, TX','Friday','3/27/2026','7:00 PM','7400838','Justin-Willman-3-27-2026'],['Justin Willman','Paramount Theatre - Austin, TX','Austin, TX','Saturday','3/28/2026','7:00 PM','7397757','Justin-Willman-3-28-2026'],['Justin Willman','Majestic Theatre - Dallas','Dallas, TX','Sunday','3/29/2026','7:00 PM','7398376','Justin-Willman-3-29-2026'],['Justin Willman','Capitol Theater At Overture Center for the Arts','Madison, WI','Thursday','4/9/2026','7:00 PM','7400790','Justin-Willman-4-9-2026'],['Justin Willman','Thrivent Financial Hall At Fox Cities Performing Arts Center ','Appleton, WI','Friday','4/10/2026','7:00 PM','7398880','Justin-Willman-4-10-2026'],['Justin Willman','Pabst Theater','Milwaukee, WI','Saturday','4/11/2026','7:00 PM','7400362','Justin-Willman-4-11-2026'],['Justin Willman','The Grand Theatre - Wausau','Wausau, WI','Sunday','4/12/2026','7:00 PM','7400912','Justin-Willman-4-12-2026'],['Justin Willman','Golden State Theatre','Monterey, CA','Thursday','4/16/2026','7:00 PM','7397545','Justin-Willman-4-16-2026'],['Justin Willman','Paramount Theatre - Oakland','Oakland, CA','Friday','4/17/2026','7:00 PM','7398375','Justin-Willman-4-17-2026'],['Justin Willman','Luther Burbank Center for the Arts - Ruth Finley Person Theater','Santa Rosa, CA','Saturday','4/18/2026','7:00 PM','7400913','Justin-Willman-4-18-2026'],['Justin Willman','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Thursday','4/30/2026','7:00 PM','7398374','Justin-Willman-4-30-2026'],['Justin Willman','Barbara B Mann Performing Arts Hall','Fort Myers, FL','Friday','5/1/2026','7:00 PM','7400914','Justin-Willman-5-1-2026'],['Netflix Is A Joke Festival: Justin Willman','Wilshire Ebell Theatre','Los Angeles, CA','Friday','5/8/2026','7:00 PM','7690623','Netflix-Is-A-Joke-Festival--Justin-Willman-5-8-2026'],['Justin Willman','Vic Theatre','Chicago, IL','Sunday','6/7/2026','3:00 PM','7736669','Justin-Willman-6-7-2026'],['Justin Willman','Vic Theatre','Chicago, IL','Sunday','6/7/2026','7:00 PM','7338283','Justin-Willman-6-7-2026'],['Justin Willman','Newmark Theatre','Portland, OR','Friday','6/12/2026','7:00 PM','7710535','Justin-Willman-6-12-2026'],['Justin Willman','Temple Theatre Saginaw','Saginaw, MI','Friday','6/19/2026','7:00 PM','7355629','Justin-Willman-6-19-2026']],'Justin Willman','http://www.ticketnetwork.com/en/search/?text=Justin%20Willman');