//
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([['Reading Festival: Hozier, Chappell Roan & The Kooks - Friday','Richfield Avenue','Reading, United Kingdom','Friday','8/22/2025','9:30 AM','7338049','Reading-Festival--Hozier--Chappell-Roan---The-Kooks---Friday-8-22-2025'],['Hozier','Rogers Stadium At Downsview Airport','Toronto, Canada','Wednesday','9/10/2025','8:00 PM','6963240','Hozier-9-10-2025'],['Sommo Festival: Alanis Morissette & Hozier - Weekend Pass','Sommo Festival Grounds','Green Gables, Canada','Saturday','9/13/2025','TBD','7261510','Sommo-Festival--Alanis-Morissette---Hozier---Weekend-Pass-9-13-2025'],['Sea Hear Now Festival: Hozier & Blink 182 - 2 Day Pass','Asbury Festival Area','Asbury Park, NJ','Saturday','9/13/2025','TBD','7028992','Sea-Hear-Now-Festival--Hozier---Blink-182---2-Day-Pass-9-13-2025'],['Sea Hear Now Festival: Hozier, LCD Soundsystem & Alabama Shakes - Saturday','Asbury Festival Area','Asbury Park, NJ','Saturday','9/13/2025','12:00 PM','7036948','Sea-Hear-Now-Festival--Hozier--LCD-Soundsystem---Alabama-Shakes---Saturday-9-13-2025'],['Sommo Festival: Hozier, Alex Warren & Pvris','Sommo Festival Grounds','Green Gables, Canada','Sunday','9/14/2025','12:00 PM','6976235','Sommo-Festival--Hozier--Alex-Warren---Pvris-9-14-2025'],['Hozier','Jiffy Lube Live','Bristow, VA','Tuesday','9/16/2025','8:00 PM','6963237','Hozier-9-16-2025'],['Hozier','Jiffy Lube Live','Bristow, VA','Wednesday','9/17/2025','7:30 PM','6976239','Hozier-9-17-2025'],['Hozier','Hersheypark Stadium','Hershey, PA','Friday','9/19/2025','8:00 PM','6963238','Hozier-9-19-2025'],['Sing Out Loud Festival: Hozier, Beabadoobee, Vance Joy & The Tesket Brothers - 2 Day Pass','St. Augustine Francis Field','St. Augustine, FL','Saturday','9/20/2025','TBD','6998536','Sing-Out-Loud-Festival--Hozier--Beabadoobee--Vance-Joy---The-Tesket-Brothers---2-Day-Pass-9-20-2025'],['Sing Out Loud Festival: Hozier, The Teskey Brothers, Rilo Kiley & Gigi Perez - Sunday','St. Augustine Francis Field','St. Augustine, FL','Sunday','9/21/2025','1:30 PM','6998540','Sing-Out-Loud-Festival--Hozier--The-Teskey-Brothers--Rilo-Kiley---Gigi-Perez---Sunday-9-21-2025'],['Hozier','Smoothie King Center','New Orleans, LA','Tuesday','9/23/2025','7:30 PM','7027298','Hozier-9-23-2025'],['Ohana Music Festival: Eddie Vedder, Hozier & Green Day - 3 Day Pass','Doheny State Beach','Dana Point, CA','Friday','9/26/2025','TBD','7122504','Ohana-Music-Festival--Eddie-Vedder--Hozier---Green-Day---3-Day-Pass-9-26-2025'],['Ohana Music Festival: Hozier & Leon Bridges - Saturday Pass','Doheny State Beach','Dana Point, CA','Saturday','9/27/2025','12:00 PM','7122506','Ohana-Music-Festival--Hozier---Leon-Bridges---Saturday-Pass-9-27-2025'],['Hozier','T-Mobile Arena','Las Vegas, NV','Sunday','10/5/2025','7:30 PM','6963241','Hozier-10-5-2025'],['Hozier','Talking Stick Resort Amphitheatre','Phoenix, AZ','Tuesday','10/7/2025','7:30 PM','6968313','Hozier-10-7-2025']],'Hozier','http://www.ticketnetwork.com/en/search/?text=Hozier');