//
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-02A
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([['Ethel Cain','713 Music Hall','Houston, TX','Monday','8/25/2025','8:00 PM','7057697','Ethel-Cain-8-25-2025'],['Ethel Cain','Moody Amphitheater','Austin, TX','Tuesday','8/26/2025','7:00 PM','7057699','Ethel-Cain-8-26-2025'],['Ethel Cain','The Eastern - GA','Atlanta, GA','Thursday','8/28/2025','8:00 PM','7057722','Ethel-Cain-8-28-2025'],['Ethel Cain','The Eastern - GA','Atlanta, GA','Friday','8/29/2025','8:00 PM','7057723','Ethel-Cain-8-29-2025'],['Ethel Cain','Asheville Yards Amphitheater','Asheville, NC','Saturday','8/30/2025','7:00 PM','7057703','Ethel-Cain-8-30-2025'],['Ethel Cain','The Caverns - TN','Pelham, TN','Tuesday','9/2/2025','8:00 PM','7270289','Ethel-Cain-9-2-2025'],['Ethel Cain','Stage AE','Pittsburgh, PA','Thursday','9/4/2025','8:00 PM','7057724','Ethel-Cain-9-4-2025'],['Ethel Cain','The Anthem - D.C.','Washington, DC','Friday','9/5/2025','8:00 PM','7057707','Ethel-Cain-9-5-2025'],['Ethel Cain','The Met Presented by Highmark','Philadelphia, PA','Saturday','9/6/2025','8:00 PM','7057708','Ethel-Cain-9-6-2025'],['Ethel Cain','Radio City Music Hall','New York, NY','Tuesday','9/9/2025','8:00 PM','7057685','Ethel-Cain-9-9-2025'],['Ethel Cain','Kings Theatre - NY','Brooklyn, NY','Wednesday','9/10/2025','8:00 PM','7057732','Ethel-Cain-9-10-2025'],['Ethel Cain','Roadrunner','Brighton, MA','Friday','9/12/2025','8:00 PM','7057734','Ethel-Cain-9-12-2025'],['Ethel Cain','Terminal B At The Outer Harbor','Buffalo, NY','Saturday','9/13/2025','8:00 PM','7057736','Ethel-Cain-9-13-2025'],['Ethel Cain','Queen Elizabeth Theatre - Toronto','Toronto, Canada','Monday','9/15/2025','8:00 PM','7057737','Ethel-Cain-9-15-2025'],['Ethel Cain','Queen Elizabeth Theatre - Toronto','Toronto, Canada','Tuesday','9/16/2025','8:00 PM','7057738','Ethel-Cain-9-16-2025'],['Ethel Cain','Masonic Jack White Theatre at the Masonic Temple','Detroit, MI','Wednesday','9/17/2025','7:00 PM','7057740','Ethel-Cain-9-17-2025'],['Ethel Cain','The Palace Theatre - St. Paul','Saint Paul, MN','Friday','9/19/2025','8:00 PM','7057742','Ethel-Cain-9-19-2025'],['Ethel Cain','The Salt Shed Outdoors - Chicago','Chicago, IL','Saturday','9/20/2025','7:00 PM','7057702','Ethel-Cain-9-20-2025'],['Ethel Cain','Eventim Apollo','London, United Kingdom','Thursday','10/9/2025','7:00 PM','7061639','Ethel-Cain-10-9-2025'],['Ethel Cain','Eventim Apollo','London, United Kingdom','Friday','10/10/2025','7:00 PM','7061640','Ethel-Cain-10-10-2025'],['Ethel Cain','TivoliVredenburg','Binnenstad, Netherlands','Wednesday','10/15/2025','8:00 PM','7061642','Ethel-Cain-10-15-2025'],['Ethel Cain','TivoliVredenburg','Binnenstad, Netherlands','Thursday','10/16/2025','8:00 PM','7061641','Ethel-Cain-10-16-2025']],'Ethel Cain','http://www.ticketnetwork.com/en/search/?text=Ethel%20Cain');