// 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([['Lily Rose','Gramercy Theatre','New York, NY','Wednesday','9/24/2025','8:00 PM','7259904','Lily-Rose-9-24-2025'],['Lily Rose','Union Stage - DC','Washington, DC','Thursday','9/25/2025','8:00 PM','7259906','Lily-Rose-9-25-2025'],['Lily Rose','Tally Ho Theater','Leesburg, VA','Friday','9/26/2025','7:00 PM','7259907','Lily-Rose-9-26-2025'],['Lily Rose','The Signal - TN','Chattanooga, TN','Thursday','10/2/2025','8:00 PM','7259908','Lily-Rose-10-2-2025'],['Lily Rose','Coyote Joe's - NC','Charlotte, NC','Friday','10/3/2025','11:00 PM','7259910','Lily-Rose-10-3-2025'],['Lily Rose','The Windjammer - Isle of Palms','Isle Of Palms, SC','Saturday','10/4/2025','6:00 PM','7259911','Lily-Rose-10-4-2025'],['Lily Rose','The Blue Note - MO','Columbia, MO','Thursday','10/16/2025','8:00 PM','7259913','Lily-Rose-10-16-2025'],['Lily Rose','Ozark Music Hall','Fayetteville, AR','Friday','10/17/2025','7:30 PM','7259915','Lily-Rose-10-17-2025'],['Lily Rose','Old Rock House','St. Louis, MO','Saturday','10/18/2025','8:00 PM','7259919','Lily-Rose-10-18-2025'],['Lily Rose','Mercury Ballroom','Louisville, KY','Thursday','11/6/2025','8:00 PM','7259922','Lily-Rose-11-6-2025'],['Lily Rose','Eight Seconds Saloon','Indianapolis, IN','Friday','11/7/2025','8:45 PM','7259925','Lily-Rose-11-7-2025'],['Lily Rose','The Dusty Armadillo','Rootstown, OH','Saturday','11/8/2025','7:00 PM','7259927','Lily-Rose-11-8-2025'],['Lily Rose','The Crocodile','Seattle, WA','Wednesday','11/12/2025','8:00 PM','7357037','Lily-Rose-11-12-2025'],['Lily Rose','Wonder Ballroom','Portland, OR','Thursday','11/13/2025','8:00 PM','7357053','Lily-Rose-11-13-2025'],['Lily Rose','Knitting Factory Concert House - Boise','Boise, ID','Friday','11/14/2025','8:00 PM','7357386','Lily-Rose-11-14-2025'],['Lily Rose','The Great American Music Hall','San Francisco, CA','Tuesday','11/18/2025','8:00 PM','7357387','Lily-Rose-11-18-2025'],['Lily Rose','The Van Buren','Phoenix, AZ','Saturday','11/22/2025','7:30 PM','7358917','Lily-Rose-11-22-2025']],'Lily Rose','http://www.ticketnetwork.com/en/search/?text=Lily%20Rose');