// 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-03A 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([['Cradle of Filth','The Aztec Theatre ','San Antonio, TX','Thursday','4/30/2026','7:00 PM','7613544','Cradle-of-Filth-4-30-2026'],['Cradle of Filth','Tannahill's Tavern and Music Hall','Fort Worth, TX','Friday','5/1/2026','7:00 PM','7613759','Cradle-of-Filth-5-1-2026'],['Crush The Coast: Cradle of Filth & Suffocation - Sunday','House Of Rock - Corpus Christi','Corpus Christi, TX','Sunday','5/3/2026','5:00 PM','7613352','Crush-The-Coast--Cradle-of-Filth---Suffocation---Sunday-5-3-2026'],['Cradle of Filth','House Of Blues - Houston','Houston, TX','Monday','5/4/2026','6:00 PM','7613646','Cradle-of-Filth-5-4-2026'],['Cradle of Filth','Diamond Ballroom','Oklahoma City, OK','Tuesday','5/5/2026','7:00 PM','7613353','Cradle-of-Filth-5-5-2026'],['Cradle of Filth','Vinyl Music Hall','Pensacola, FL','Friday','5/8/2026','7:00 PM','7613989','Cradle-of-Filth-5-8-2026'],['Cradle of Filth','Heaven Stage at Masquerade - GA','Atlanta, GA','Saturday','5/9/2026','6:00 PM','7613757','Cradle-of-Filth-5-9-2026'],['Cradle of Filth','Black Cat - DC','Washington, DC','Monday','5/11/2026','6:30 PM','7613934','Cradle-of-Filth-5-11-2026'],['Cradle of Filth','Roxian Theatre','McKees Rocks, PA','Tuesday','5/12/2026','6:00 PM','7613758','Cradle-of-Filth-5-12-2026'],['Sonic Temple Art & Music Festival: My Chemical Romance, Shinedown, Bring Me The Horizon, & Tool - 4 Day Pass','Historic Crew Stadium','Columbus, OH','Thursday','5/14/2026','TBD','7236564','Sonic-Temple-Art---Music-Festival--My-Chemical-Romance--Shinedown--Bring-Me-The-Horizon----Tool---4-Day-Pass-5-14-2026'],['Cradle of Filth','The Vault - Saginaw','Saginaw, MI','Saturday','5/16/2026','6:00 PM','7615257','Cradle-of-Filth-5-16-2026'],['Cradle of Filth','Bottom Lounge','Chicago, IL','Tuesday','5/19/2026','7:00 PM','7613760','Cradle-of-Filth-5-19-2026'],['Cradle of Filth','Varsity Theater - MN','Minneapolis, MN','Wednesday','5/20/2026','6:00 PM','7613645','Cradle-of-Filth-5-20-2026'],['Cradle of Filth','Granada - Lawrence','Lawrence, KS','Thursday','5/21/2026','7:00 PM','7613379','Cradle-of-Filth-5-21-2026'],['Cradle of Filth','Bourbon Theatre - NE','Lincoln, NE','Friday','5/22/2026','7:00 PM','7613381','Cradle-of-Filth-5-22-2026'],['Cradle of Filth','Gothic Theatre','Englewood, CO','Saturday','5/23/2026','7:00 PM','7613988','Cradle-of-Filth-5-23-2026']],'cradle of filth','http://www.ticketnetwork.com/en/search/?text=cradle%20of%20filth');