// 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-02A 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([['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','11/4/2025','7:30 PM','7469818','Fresh-Faces-of-Chicago-11-4-2025'],['Fresh Horses','The Georgian Theatre - ON','Barrie, Canada','Saturday','11/8/2025','8:00 PM','7475195','Fresh-Horses-11-8-2025'],['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','11/11/2025','7:30 PM','7469819','Fresh-Faces-of-Chicago-11-11-2025'],['Rated Fresh','Stephen Talkhouse','Amagansett, NY','Friday','11/14/2025','10:00 PM','7351674','Rated-Fresh-11-14-2025'],['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','11/18/2025','7:30 PM','7469820','Fresh-Faces-of-Chicago-11-18-2025'],['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','11/25/2025','7:30 PM','7469821','Fresh-Faces-of-Chicago-11-25-2025'],['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','12/2/2025','7:30 PM','7469822','Fresh-Faces-of-Chicago-12-2-2025'],['Fresh Breakfast Muk Dipped in Butter','The Echo','Los Angeles, CA','Saturday','12/6/2025','7:00 PM','7422824','Fresh-Breakfast-Muk-Dipped-in-Butter-12-6-2025'],['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','12/9/2025','7:30 PM','7469823','Fresh-Faces-of-Chicago-12-9-2025'],['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','12/16/2025','7:30 PM','7469824','Fresh-Faces-of-Chicago-12-16-2025'],['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','12/23/2025','7:30 PM','7469825','Fresh-Faces-of-Chicago-12-23-2025'],['Fresh Faces of Chicago','The Laugh Factory - Chicago','Chicago, IL','Tuesday','12/30/2025','7:30 PM','7469826','Fresh-Faces-of-Chicago-12-30-2025'],['NASCAR Craftsman Truck Series: Fresh From Florida 250','Daytona International Speedway','Daytona Beach, FL','Friday','2/13/2026','TBD','7204430','NASCAR-Craftsman-Truck-Series--Fresh-From-Florida-250-2-13-2026'],['Fresh Horses','FLATO Academy Theatre','Lindsay, Canada','Saturday','5/2/2026','8:00 PM','7458497','Fresh-Horses-5-2-2026'],['Fresh Coast Jazz Festival: Eric Essix & Kandace Springs','Pabst Theater','Milwaukee, WI','Friday','8/21/2026','6:00 PM','7461828','Fresh-Coast-Jazz-Festival--Eric-Essix---Kandace-Springs-8-21-2026'],['Fresh Coast Jazz Festival: Marqueal Jordan','Pabst Theater','Milwaukee, WI','Saturday','8/22/2026','5:00 PM','7461829','Fresh-Coast-Jazz-Festival--Marqueal-Jordan-8-22-2026'],['All White Southern Soul Music Festival: King George, 803 Fresh & Mr. Campbell','Altria Theater - Richmond','Richmond, VA','Friday','7/12/2075','7:00 PM','7097861','All-White-Southern-Soul-Music-Festival--King-George--803-Fresh---Mr--Campbell-7-12-2075']],'Fresh','http://www.ticketnetwork.com/en/search/?text=Fresh');