// 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-01B 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([['Lords of Acid','The Abbey - Orlando','Orlando, FL','Wednesday','5/8/2024','8:00 PM','6254066','Lords-of-Acid-5-8-2024'],['Lords of Acid','Culture Room','Fort Lauderdale, FL','Thursday','5/9/2024','7:30 PM','6254069','Lords-of-Acid-5-9-2024'],['Lords of Acid','Orpheum - Tampa','Tampa, FL','Friday','5/10/2024','6:30 PM','6260525','Lords-of-Acid-5-10-2024'],['Lords of Acid','Hell at The Masquerade - GA','Atlanta, GA','Saturday','5/11/2024','7:00 PM','6254070','Lords-of-Acid-5-11-2024'],['Lords of Acid','The Underground - Charlotte','Charlotte, NC','Sunday','5/12/2024','7:30 PM','6254071','Lords-of-Acid-5-12-2024'],['Lords of Acid','9:30 Club','Washington, DC','Tuesday','5/14/2024','7:30 PM','6254072','Lords-of-Acid-5-14-2024'],['Lords of Acid','Underground Arts','Philadelphia, PA','Wednesday','5/15/2024','8:00 PM','6260526','Lords-of-Acid-5-15-2024'],['Lords of Acid','Brighton Music Hall - MA','Allston, MA','Thursday','5/16/2024','7:30 PM','6254073','Lords-of-Acid-5-16-2024'],['Lords of Acid','Racket - NY','New York, NY','Friday','5/17/2024','7:30 PM','6253887','Lords-of-Acid-5-17-2024'],['Lords of Acid','Lees Palace','Toronto, Canada','Sunday','5/19/2024','7:30 PM','6252198','Lords-of-Acid-5-19-2024'],['Lords of Acid','Vogue Theatre - IN','Indianapolis, IN','Wednesday','5/22/2024','8:00 PM','6252718','Lords-of-Acid-5-22-2024'],['Lords of Acid','The Rave - Milwaukee','Milwaukee, WI','Thursday','5/23/2024','7:30 PM','6252107','Lords-of-Acid-5-23-2024'],['Lords of Acid','Varsity Theater - MN','Minneapolis, MN','Saturday','5/25/2024','7:30 PM','6254076','Lords-of-Acid-5-25-2024'],['Lords of Acid','Metro Music Hall','Salt Lake City, UT','Wednesday','5/29/2024','7:00 PM','6313243','Lords-of-Acid-5-29-2024'],['Lords of Acid','Neurolux Lounge','Boise, ID','Thursday','5/30/2024','7:30 PM','6254077','Lords-of-Acid-5-30-2024'],['Lords of Acid','Hawthorne Theatre','Portland, OR','Friday','5/31/2024','7:30 PM','6252101','Lords-of-Acid-5-31-2024'],['Lords of Acid','The Showbox','Seattle, WA','Saturday','6/1/2024','8:30 PM','6253888','Lords-of-Acid-6-1-2024'],['Lords of Acid','Commodore Ballroom','Vancouver, Canada','Sunday','6/2/2024','7:30 PM','6254078','Lords-of-Acid-6-2-2024'],['Lords of Acid','Wow Hall','Eugene, OR','Tuesday','6/4/2024','7:30 PM','6252199','Lords-of-Acid-6-4-2024'],['Lords of Acid','Goldfield Trading Post - Roseville','Roseville, CA','Wednesday','6/5/2024','7:30 PM','6261626','Lords-of-Acid-6-5-2024'],['Lords of Acid','The Great American Music Hall','San Francisco, CA','Thursday','6/6/2024','7:30 PM','6259893','Lords-of-Acid-6-6-2024'],['Lords of Acid','Teragram Ballroom','Los Angeles, CA','Friday','6/7/2024','6:30 PM','6252154','Lords-of-Acid-6-7-2024']],'Lords of Acid','http://www.ticketnetwork.com/en/search/?text=Lords of Acid');