// 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([['The Phil Collins Experience - Tribute','Pabst Theater','Milwaukee, WI','Saturday','5/31/2025','8:00 PM','6936767','The-Phil-Collins-Experience---Tribute-5-31-2025'],['In The Air Tonight - Phil Collins Tribute','Canyon Club - Agoura Hills','Agoura Hills, CA','Friday','6/6/2025','9:00 PM','7010253','In-The-Air-Tonight---Phil-Collins-Tribute-6-6-2025'],['Don't Lose My Number - Phil Collins Tribute','Prescott Elks Theater at Prescott Elks Performing Arts Center','Prescott, AZ','Saturday','6/7/2025','7:00 PM','6881402','Don-t-Lose-My-Number---Phil-Collins-Tribute-6-7-2025'],['Face Value - A Tribute to Phil Collins','Duling Hall','Jackson, MS','Friday','6/13/2025','8:00 PM','7096954','Face-Value---A-Tribute-to-Phil-Collins-6-13-2025'],['In The Air Tonight - Phil Collins Tribute','Hofmann Theatre at Lesher Center for the Arts','Walnut Creek, CA','Saturday','7/12/2025','7:30 PM','6996899','In-The-Air-Tonight---Phil-Collins-Tribute-7-12-2025'],['In The Air Tonight - Phil Collins Tribute','Mainstage Theatre at Reilly Arts Center - Ocala','Ocala, FL','Friday','7/18/2025','7:30 PM','6912915','In-The-Air-Tonight---Phil-Collins-Tribute-7-18-2025'],['In The Air Tonight - Phil Collins Tribute','Riviera Theatre - NY','North Tonawanda, NY','Friday','8/1/2025','7:30 PM','6900012','In-The-Air-Tonight---Phil-Collins-Tribute-8-1-2025'],['The Phil Collins Experience - Tribute','Devon Lakeshore Amphitheater','Decatur, IL','Saturday','8/2/2025','7:00 PM','7018796','The-Phil-Collins-Experience---Tribute-8-2-2025'],['In The Air Tonight - Phil Collins Tribute','Riviera Theatre - NY','North Tonawanda, NY','Saturday','8/2/2025','7:30 PM','6900011','In-The-Air-Tonight---Phil-Collins-Tribute-8-2-2025'],['One More Night - The Phil Collins Experience','The Hangar at Orange County Fair & Exposition Center','Costa Mesa, CA','Sunday','8/10/2025','8:15 PM','7144751','One-More-Night---The-Phil-Collins-Experience-8-10-2025'],['In The Air Tonight - Phil Collins Tribute','Belly Up Tavern','Solana Beach, CA','Sunday','8/17/2025','8:00 PM','7143145','In-The-Air-Tonight---Phil-Collins-Tribute-8-17-2025'],['Pure Collins - A Tribute To Phil Collins','Main Street Crossing','Tomball, TX','Saturday','8/23/2025','8:00 PM','7138076','Pure-Collins---A-Tribute-To-Phil-Collins-8-23-2025'],['Utah Symphony: Stuart Chafetz - The Music of Phil Collins and Genesis','Abravanel Hall','Salt Lake City, UT','Friday','9/26/2025','7:30 PM','7079527','Utah-Symphony--Stuart-Chafetz---The-Music-of-Phil-Collins-and-Genesis-9-26-2025'],['Utah Symphony: Stuart Chafetz - The Music of Phil Collins and Genesis','Abravanel Hall','Salt Lake City, UT','Saturday','9/27/2025','7:30 PM','7079528','Utah-Symphony--Stuart-Chafetz---The-Music-of-Phil-Collins-and-Genesis-9-27-2025'],['Hello, I Must Be Going - A Tribute To Phil Collins','State Theatre - Easton','Easton, PA','Saturday','10/18/2025','7:30 PM','7114668','Hello--I-Must-Be-Going---A-Tribute-To-Phil-Collins-10-18-2025'],['The Phil Collins Experience - Tribute','Des Plaines Theatre','Des Plaines, IL','Friday','11/14/2025','8:00 PM','7006026','The-Phil-Collins-Experience---Tribute-11-14-2025'],['The Phil Collins Experience - Tribute','Arcada Theatre','Saint Charles, IL','Saturday','11/15/2025','8:00 PM','6997140','The-Phil-Collins-Experience---Tribute-11-15-2025'],['The Phil Collins Experience - Tribute','Key West Theater','Key West, FL','Monday','1/26/2026','8:00 PM','7144554','The-Phil-Collins-Experience---Tribute-1-26-2026']],'Phil Collins','http://www.ticketnetwork.com/en/search/?text=Phil%20Collins');