// 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([['Missus Jones - Amy Winehouse Tribute','The Venice West','Venice, CA','Saturday','6/28/2025','8:00 PM','7235165','Missus-Jones---Amy-Winehouse-Tribute-6-28-2025'],['Soul Sisters - L'hommage a Amy Winehouse, Adele, Joss Stone & Patti Labelle','Le Balcon','Montreal, Canada','Friday','7/11/2025','8:30 PM','7177524','Soul-Sisters---L-hommage-a-Amy-Winehouse--Adele--Joss-Stone---Patti-Labelle-7-11-2025'],['Elise Testone's Amy Winehouse Experience','Charleston Music Hall','Charleston, SC','Thursday','7/17/2025','8:00 PM','7108569','Elise-Testone-s-Amy-Winehouse-Experience-7-17-2025'],['From London With Love - Tribute to Amy Winehouse & Adele','Ember Music Hall','Richmond, VA','Sunday','7/20/2025','7:00 PM','7199420','From-London-With-Love---Tribute-to-Amy-Winehouse---Adele-7-20-2025'],['Back To Black - Amy Winehouse Tribute','Temblor Brewing Co.','Bakersfield, CA','Saturday','7/26/2025','8:00 PM','7203130','Back-To-Black---Amy-Winehouse-Tribute-7-26-2025'],['From London With Love - Tribute to Amy Winehouse & Adele','City Winery - Atlanta','Atlanta, GA','Sunday','7/27/2025','8:00 PM','7058144','From-London-With-Love---Tribute-to-Amy-Winehouse---Adele-7-27-2025'],['From London With Love - Tribute to Amy Winehouse & Adele','City Winery - Pittsburgh','Pittsburgh, PA','Sunday','8/3/2025','7:30 PM','7079533','From-London-With-Love---Tribute-to-Amy-Winehouse---Adele-8-3-2025'],['Love Amy - Tribute to Amy Winehouse','Daryl's House','Pawling, NY','Wednesday','8/13/2025','7:00 PM','7206571','Love-Amy---Tribute-to-Amy-Winehouse-8-13-2025'],['From London With Love - Tribute to Amy Winehouse & Adele','City Winery - Boston','Boston, MA','Sunday','8/31/2025','7:30 PM','7053532','From-London-With-Love---Tribute-to-Amy-Winehouse---Adele-8-31-2025'],['My Winehouse - Tribute to Amy Winehouse','Fox Theatre - Visalia','Visalia, CA','Friday','9/5/2025','7:00 PM','7213592','My-Winehouse---Tribute-to-Amy-Winehouse-9-5-2025'],['A Tribute to Amy Winehouse','Blue Note Hawaii','Honolulu, HI','Sunday','9/14/2025','7:00 PM','7076283','A-Tribute-to-Amy-Winehouse-9-14-2025']],'Amy Winehouse','http://www.ticketnetwork.com/en/search/?text=Amy%20Winehouse');