// 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([['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'],['Face Value - A Tribute to Phil Collins','Ura Seeger Memorial Auditorium','West Lebanon, IN','Friday','8/29/2025','7:00 PM','7117626','Face-Value---A-Tribute-to-Phil-Collins-8-29-2025'],['Face Value - A Tribute to Phil Collins','City Winery At City Foundry STL','St. Louis, MO','Thursday','9/25/2025','7:30 PM','7338808','Face-Value---A-Tribute-to-Phil-Collins-9-25-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'],['Vancouver Symphony Orchestra Pops: Music of Phil Collins & Genesis','Orpheum Theatre - Vancouver','Vancouver, Canada','Friday','10/3/2025','7:30 PM','7173571','Vancouver-Symphony-Orchestra-Pops--Music-of-Phil-Collins---Genesis-10-3-2025'],['Vancouver Symphony Orchestra Pops: Music of Phil Collins & Genesis','Orpheum Theatre - Vancouver','Vancouver, Canada','Saturday','10/4/2025','7:30 PM','7173572','Vancouver-Symphony-Orchestra-Pops--Music-of-Phil-Collins---Genesis-10-4-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'],['Phil Hanley','The Comedy Fort','Fort Collins, CO','Thursday','11/6/2025','7:00 PM','7267703','Phil-Hanley-11-6-2025'],['Phil Hanley','The Comedy Fort','Fort Collins, CO','Friday','11/7/2025','6:00 PM','7267704','Phil-Hanley-11-7-2025'],['Phil Hanley','The Comedy Fort','Fort Collins, CO','Friday','11/7/2025','8:30 PM','7267705','Phil-Hanley-11-7-2025'],['Phil Hanley','The Comedy Fort','Fort Collins, CO','Saturday','11/8/2025','6:00 PM','7267706','Phil-Hanley-11-8-2025'],['Phil Hanley','The Comedy Fort','Fort Collins, CO','Saturday','11/8/2025','8:30 PM','7267707','Phil-Hanley-11-8-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'],['The Phil Collins Experience - Tribute','Bartlett Performing Arts Center','Memphis, TN','Saturday','4/25/2026','2:00 PM','7235170','The-Phil-Collins-Experience---Tribute-4-25-2026'],['The Phil Collins Experience - Tribute','Bartlett Performing Arts Center','Memphis, TN','Saturday','4/25/2026','7:30 PM','7235171','The-Phil-Collins-Experience---Tribute-4-25-2026']],'Phil Collins','http://www.ticketnetwork.com/en/search/?text=Phil%20Collins');