//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['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/ticket/Hozier-events.aspx');