// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A 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'],['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/ticket/Phil-Collins-events.aspx');