//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Lords of Acid','Red Stage Fontana','Fontana, CA','Sunday','4/26/2026','7:00 PM','7666298','Lords-of-Acid-4-26-2026'],['Lords of Acid','Black Sheep','Colorado Springs, CO','Friday','5/1/2026','7:00 PM','7668456','Lords-of-Acid-5-1-2026'],['Ritual Noize Fest: VNV Nation, Lords of Acid, Aesthetic Perfection & Julien-K','ReelWorks Denver','Denver, CO','Saturday','5/2/2026','3:00 PM','7565449','Ritual-Noize-Fest--VNV-Nation--Lords-of-Acid--Aesthetic-Perfection---Julien-K-5-2-2026'],['Lords of Acid','Varsity Theater - MN','Minneapolis, MN','Tuesday','5/5/2026','6:00 PM','7665695','Lords-of-Acid-5-5-2026'],['Lords of Acid','Bottom Lounge','Chicago, IL','Wednesday','5/6/2026','7:00 PM','7669926','Lords-of-Acid-5-6-2026'],['Lords of Acid','Magic Stick','Detroit, MI','Thursday','5/7/2026','7:00 PM','7666431','Lords-of-Acid-5-7-2026'],['Lords of Acid','Mercury Music Lounge','Lakewood, OH','Monday','5/11/2026','6:00 PM','7679410','Lords-of-Acid-5-11-2026'],['Lords of Acid','Racket - NY','New York, NY','Tuesday','5/12/2026','7:00 PM','7666432','Lords-of-Acid-5-12-2026'],['Lords of Acid','Hell at The Masquerade - GA','Atlanta, GA','Thursday','5/14/2026','6:00 PM','7666078','Lords-of-Acid-5-14-2026'],['Lords of Acid','The Abbey - Orlando','Orlando, FL','Friday','5/15/2026','6:00 PM','7670350','Lords-of-Acid-5-15-2026'],['Lords of Acid','Culture Room','Fort Lauderdale, FL','Saturday','5/16/2026','6:30 PM','7666383','Lords-of-Acid-5-16-2026'],['Lords of Acid','Orpheum - Tampa','Tampa, FL','Sunday','5/17/2026','6:00 PM','7665561','Lords-of-Acid-5-17-2026'],['Lords of Acid','Scout Bar - Houston','Houston, TX','Thursday','5/21/2026','7:00 PM','7670020','Lords-of-Acid-5-21-2026'],['Lords of Acid','Trees','Dallas, TX','Friday','5/22/2026','6:30 PM','7666430','Lords-of-Acid-5-22-2026'],['Lords of Acid','Come and Take It Live','Austin, TX','Saturday','5/23/2026','6:00 PM','7665216','Lords-of-Acid-5-23-2026'],['Lords of Acid','191 Toole','Tucson, AZ','Tuesday','5/26/2026','8:00 PM','7665979','Lords-of-Acid-5-26-2026'],['Lords of Acid','Music Box - San Diego','San Diego, CA','Friday','5/29/2026','9:00 PM','7665563','Lords-of-Acid-5-29-2026'],['Lords of Acid','Echoplex At The Echo','Los Angeles, CA','Saturday','5/30/2026','6:00 PM','7665696','Lords-of-Acid-5-30-2026'],['Lords of Acid','The Ritz - San Jose','San Jose, CA','Sunday','5/31/2026','6:00 PM','7665566','Lords-of-Acid-5-31-2026']],'Lords of Acid','http://www.ticketnetwork.com/en/search/?text=Lords of Acid');