//
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-01A
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([['Carnifex','Belasco Theater - LA','Los Angeles, CA','Friday','6/20/2025','5:30 PM','7021148','Carnifex-6-20-2025'],['Carnifex','Nile Theater - AZ','Mesa, AZ','Saturday','6/21/2025','5:30 PM','7021236','Carnifex-6-21-2025'],['Carnifex','The El Rey Theater - NM','Albuquerque, NM','Sunday','6/22/2025','5:30 PM','7021237','Carnifex-6-22-2025'],['Carnifex','The Vanguard - OK','Tulsa, OK','Tuesday','6/24/2025','7:00 PM','7021150','Carnifex-6-24-2025'],['Carnifex','The UC Theatre','Berkeley, CA','Wednesday','6/25/2025','6:00 PM','7021027','Carnifex-6-25-2025'],['Carnifex','Warehouse Live Midtown','Houston, TX','Thursday','6/26/2025','5:30 PM','7021238','Carnifex-6-26-2025'],['Carnifex','Vibes Event Center','San Antonio, TX','Friday','6/27/2025','5:00 PM','7021239','Carnifex-6-27-2025'],['Carnifex','South Side Music Hall at Gilley's','Dallas, TX','Saturday','6/28/2025','6:00 PM','7021240','Carnifex-6-28-2025'],['Carnifex','Jannus Live','St. Petersburg, FL','Tuesday','7/1/2025','4:30 PM','7021145','Carnifex-7-1-2025'],['Carnifex','Revolution Live','Fort Lauderdale, FL','Wednesday','7/2/2025','4:30 PM','7021144','Carnifex-7-2-2025'],['Carnifex','Five Points Theatre','Jacksonville, FL','Thursday','7/3/2025','5:30 PM','7021233','Carnifex-7-3-2025'],['Carnifex','Brooklyn Bowl - Nashville','Nashville, TN','Saturday','7/5/2025','5:30 PM','7021152','Carnifex-7-5-2025'],['Carnifex','The Underground - Charlotte','Charlotte, NC','Sunday','7/6/2025','5:30 PM','7021151','Carnifex-7-6-2025'],['Carnifex','Canal Club','Richmond, VA','Tuesday','7/8/2025','5:00 PM','7021241','Carnifex-7-8-2025'],['Carnifex','Baltimore Soundstage','Baltimore, MD','Wednesday','7/9/2025','6:00 PM','7021147','Carnifex-7-9-2025'],['Carnifex','The Brooklyn Monarch','Brooklyn, NY','Thursday','7/10/2025','5:00 PM','7021242','Carnifex-7-10-2025'],['Carnifex','Webster Theater','Hartford, CT','Friday','7/11/2025','6:00 PM','7021243','Carnifex-7-11-2025'],['Carnifex','Brooklyn Bowl - Philadelphia','Philadelphia, PA','Saturday','7/12/2025','6:00 PM','7021141','Carnifex-7-12-2025'],['Carnifex','Water Street Music Hall','Rochester, NY','Sunday','7/13/2025','5:00 PM','7021244','Carnifex-7-13-2025'],['Carnifex','Mercury Ballroom','Louisville, KY','Tuesday','7/15/2025','6:00 PM','7021139','Carnifex-7-15-2025'],['Carnifex','The Rave - Milwaukee','Milwaukee, WI','Wednesday','7/16/2025','6:00 PM','7021245','Carnifex-7-16-2025'],['Carnifex','The Crofoot Ballroom','Pontiac, MI','Thursday','7/17/2025','5:00 PM','7020971','Carnifex-7-17-2025'],['Carnifex','The WC Social Club','West Chicago, IL','Saturday','7/19/2025','6:00 PM','7010691','Carnifex-7-19-2025'],['Carnifex','Wooly's','Des Moines, IA','Sunday','7/20/2025','6:00 PM','7021235','Carnifex-7-20-2025'],['Carnifex','The Summit Music Hall','Denver, CO','Tuesday','7/22/2025','6:00 PM','7021234','Carnifex-7-22-2025'],['Carnifex','The UC Theatre','Berkeley, CA','Friday','7/25/2025','6:00 PM','7021158','Carnifex-7-25-2025'],['Carnifex','Riverside Municipal Auditorium','Riverside, CA','Saturday','7/26/2025','6:00 PM','7021146','Carnifex-7-26-2025']],'Carnifex','http://www.ticketnetwork.com/en/search/?text=Carnifex');