// 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-04A 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([['Bill Maher','Arizona Financial Theatre','Phoenix, AZ','Saturday','5/4/2024','8:00 PM','6142814','Bill-Maher-5-4-2024'],['Bill Maher','Borgata Event Center','Atlantic City, NJ','Saturday','5/18/2024','8:00 PM','6205144','Bill-Maher-5-18-2024'],['Bill Maher','Palace Theatre Albany','Albany, NY','Sunday','5/19/2024','7:30 PM','6014541','Bill-Maher-5-19-2024'],['Bill Maher','Spotlight 29 Casino','Coachella, CA','Saturday','6/1/2024','8:00 PM','6205180','Bill-Maher-6-1-2024'],['Bill Maher','David Copperfield Theater at MGM Grand','Las Vegas, NV','Friday','6/21/2024','8:00 PM','6102294','Bill-Maher-6-21-2024'],['Bill Maher','David Copperfield Theater at MGM Grand','Las Vegas, NV','Saturday','6/22/2024','8:00 PM','6102295','Bill-Maher-6-22-2024'],['Bill Maher','Orpheum Theatre - Minneapolis','Minneapolis, MN','Saturday','7/13/2024','8:00 PM','6216275','Bill-Maher-7-13-2024'],['Bill Maher','Riverside Theater - WI','Milwaukee, WI','Sunday','7/14/2024','8:00 PM','6227948','Bill-Maher-7-14-2024'],['Bill Maher','MGM Music Hall at Fenway Park','Boston, MA','Friday','7/26/2024','8:00 PM','6151517','Bill-Maher-7-26-2024'],['Bill Maher','Toyota Oakdale Theatre','Wallingford, CT','Saturday','7/27/2024','8:00 PM','6228972','Bill-Maher-7-27-2024'],['Bill Maher','Cobb Energy Performing Arts Centre','Atlanta, GA','Saturday','9/7/2024','8:00 PM','6240474','Bill-Maher-9-7-2024'],['Bill Maher','Orpheum Theatre - Memphis','Memphis, TN','Saturday','9/28/2024','8:00 PM','6330541','Bill-Maher-9-28-2024'],['Bill Maher','Taft Theatre','Cincinnati, OH','Sunday','9/29/2024','7:30 PM','6251223','Bill-Maher-9-29-2024'],['Bill Maher','Majestic Theatre - San Antonio','San Antonio, TX','Saturday','10/12/2024','7:30 PM','6376780','Bill-Maher-10-12-2024'],['Bill Maher','Tulsa Theater','Tulsa, OK','Sunday','10/13/2024','8:00 PM','6308495','Bill-Maher-10-13-2024'],['Bill Maher','David Copperfield Theater at MGM Grand','Las Vegas, NV','Friday','11/1/2024','8:00 PM','6102296','Bill-Maher-11-1-2024'],['Bill Maher','David Copperfield Theater at MGM Grand','Las Vegas, NV','Saturday','11/2/2024','8:00 PM','6102297','Bill-Maher-11-2-2024'],['Bill Maher','The Theater at MGM National Harbor','Oxon Hill, MD','Sunday','11/17/2024','8:00 PM','6276292','Bill-Maher-11-17-2024'],['Bill Maher','Irvine Improv','Irvine, CA','Monday','12/2/2024','8:00 PM','6377051','Bill-Maher-12-2-2024'],['Bill Maher','CIBC Theatre','Chicago, IL','Friday','12/6/2024','8:00 PM','6321862','Bill-Maher-12-6-2024'],['Bill Maher','CIBC Theatre','Chicago, IL','Saturday','12/7/2024','8:00 PM','6321863','Bill-Maher-12-7-2024']],'bill maher','http://www.ticketnetwork.com/en/search/?text=bill%20maher');