//
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([['Flogging Molly','Jannus Live','St. Petersburg, FL','Monday','2/24/2025','8:00 PM','6876804','Flogging-Molly-2-24-2025'],['Flogging Molly','House Of Blues - Orlando','Orlando, FL','Tuesday','2/25/2025','8:00 PM','6876805','Flogging-Molly-2-25-2025'],['Flogging Molly','Charleston Music Hall','Charleston, SC','Wednesday','2/26/2025','8:00 PM','6876806','Flogging-Molly-2-26-2025'],['Flogging Molly','The Orange Peel','Asheville, NC','Friday','2/28/2025','8:00 PM','6869722','Flogging-Molly-2-28-2025'],['Flogging Molly','The Norva','Norfolk, VA','Saturday','3/1/2025','8:00 PM','6876807','Flogging-Molly-3-1-2025'],['Flogging Molly','The National - VA','Richmond, VA','Sunday','3/2/2025','7:30 PM','6876808','Flogging-Molly-3-2-2025'],['Flogging Molly','The Signal - TN','Chattanooga, TN','Tuesday','3/4/2025','7:30 PM','6876737','Flogging-Molly-3-4-2025'],['Flogging Molly','Von Braun Center Mars Music Hall','Huntsville, AL','Wednesday','3/5/2025','8:00 PM','6876809','Flogging-Molly-3-5-2025'],['Flogging Molly','Diamond Ballroom','Oklahoma City, OK','Friday','3/7/2025','8:00 PM','6876619','Flogging-Molly-3-7-2025'],['Flogging Molly','House Of Blues - Houston','Houston, TX','Saturday','3/8/2025','7:00 PM','6876811','Flogging-Molly-3-8-2025'],['Flogging Molly','The Aztec Theatre ','San Antonio, TX','Sunday','3/9/2025','8:00 PM','6876812','Flogging-Molly-3-9-2025'],['Flogging Molly','Revel Entertainment Center','Albuquerque, NM','Tuesday','3/11/2025','8:00 PM','6876813','Flogging-Molly-3-11-2025'],['Flogging Molly','Rialto Theatre - Tucson','Tucson, AZ','Wednesday','3/12/2025','8:00 PM','6876814','Flogging-Molly-3-12-2025'],['Flogging Molly','Pearl Concert Theater At Palms Casino Resort','Las Vegas, NV','Saturday','3/15/2025','6:30 PM','6877513','Flogging-Molly-3-15-2025'],['Flogging Molly','Marquee Theatre - AZ','Tempe, AZ','Sunday','3/16/2025','6:30 PM','6877541','Flogging-Molly-3-16-2025'],['Flogging Molly','Hollywood Palladium','Los Angeles, CA','Monday','3/17/2025','6:30 PM','6877512','Flogging-Molly-3-17-2025'],['Rock La Cauze: Dropkick Murphys, Flogging Molly, Satanic Surfers, The Corps & No Fun at All - Friday','Terre-des-Jeunes Park','Victoriaville, Canada','Friday','8/8/2025','5:00 PM','6945476','Rock-La-Cauze--Dropkick-Murphys--Flogging-Molly--Satanic-Surfers--The-Corps---No-Fun-at-All---Friday-8-8-2025']],'Flogging Molly','http://www.ticketnetwork.com/ticket/Flogging-Molly-events.aspx');