//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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([['Dropkick Murphys','MGM Music Hall at Fenway Park','Boston, MA','Friday','3/14/2025','7:00 PM','6725874','Dropkick-Murphys-3-14-2025'],['Dropkick Murphys - Mini Concert','MGM Music Hall at Fenway Park','Boston, MA','Saturday','3/15/2025','2:45 PM','6736801','Dropkick-Murphys---Mini-Concert-3-15-2025'],['Dropkick Murphys','MGM Music Hall at Fenway Park','Boston, MA','Saturday','3/15/2025','7:00 PM','6726023','Dropkick-Murphys-3-15-2025'],['Dropkick Murphys','MGM Music Hall at Fenway Park','Boston, MA','Sunday','3/16/2025','6:45 PM','6726024','Dropkick-Murphys-3-16-2025'],['Dropkick Murphys','Citizens House Of Blues - Boston','Boston, MA','Monday','3/17/2025','6:00 PM','6726079','Dropkick-Murphys-3-17-2025'],['Punk In The Park: Bad Religion, Descendants & Dropkick Murphys - 3 Day Pass','Events Center at National Western Complex','Denver, CO','Friday','7/18/2025','TBD','7022380','Punk-In-The-Park--Bad-Religion--Descendants---Dropkick-Murphys---3-Day-Pass-7-18-2025'],['Punk In The Park: Bad Religion, Descendants, & Dropkick Murphys','Events Center at National Western Complex','Denver, CO','Friday','7/18/2025','12:00 PM','7007084','Punk-In-The-Park--Bad-Religion--Descendants----Dropkick-Murphys-7-18-2025'],['Punk In The Park: Bad Religion, Descendents & Dropkick Murphys','Events Center at National Western Complex','Denver, CO','Saturday','7/19/2025','12:00 PM','7007085','Punk-In-The-Park--Bad-Religion--Descendents---Dropkick-Murphys-7-19-2025'],['Punk In The Park: Bad Religion, Descendents & Dropkick Murphys','Events Center at National Western Complex','Denver, CO','Sunday','7/20/2025','12:00 PM','7007086','Punk-In-The-Park--Bad-Religion--Descendents---Dropkick-Murphys-7-20-2025'],['Dropkick Murphys & Bad Religion','BECU Live at Northern Quest Resort & Casino','Airway Heights, WA','Tuesday','7/22/2025','7:00 PM','6994629','Dropkick-Murphys---Bad-Religion-7-22-2025'],['Dropkick Murphys & Bad Religion','Hayden Homes Amphitheater','Bend, OR','Wednesday','7/23/2025','6:00 PM','6994611','Dropkick-Murphys---Bad-Religion-7-23-2025'],['Dropkick Murphys & Bad Religion','Dune Peninsula at Point Defiance Park','Tacoma, WA','Thursday','7/24/2025','6:00 PM','6994818','Dropkick-Murphys---Bad-Religion-7-24-2025'],['Dropkick Murphys & Bad Religion','Grand Sierra Theatre','Reno, NV','Saturday','7/26/2025','8:00 PM','6994612','Dropkick-Murphys---Bad-Religion-7-26-2025'],['Dropkick Murphys & Bad Religion','Fox Theater - Oakland','Oakland, CA','Tuesday','7/29/2025','7:00 PM','6994613','Dropkick-Murphys---Bad-Religion-7-29-2025'],['Dropkick Murphys & Bad Religion','The Backyard Behind Rock & Brews','Sacramento, CA','Wednesday','7/30/2025','6:30 PM','6994615','Dropkick-Murphys---Bad-Religion-7-30-2025'],['Dropkick Murphys & Bad Religion','Portneuf Health Trust Amphitheatre','Pocatello, ID','Friday','8/1/2025','7:00 PM','6994820','Dropkick-Murphys---Bad-Religion-8-1-2025'],['Dropkick Murphys & Bad Religion','The Union Event Center','Salt Lake City, UT','Saturday','8/2/2025','6:30 PM','6994617','Dropkick-Murphys---Bad-Religion-8-2-2025'],['Dropkick Murphys & Bad Religion','GrindersKC','Kansas City, MO','Monday','8/4/2025','6:30 PM','6994821','Dropkick-Murphys---Bad-Religion-8-4-2025'],['Dropkick Murphys & Bad Religion','Everwise Amphitheater at White River State Park','Indianapolis, IN','Tuesday','8/5/2025','7:00 PM','6994618','Dropkick-Murphys---Bad-Religion-8-5-2025'],['Dropkick Murphys & Bad Religion','Terminal B At The Outer Harbor','Buffalo, NY','Wednesday','8/6/2025','7:00 PM','6994823','Dropkick-Murphys---Bad-Religion-8-6-2025'],['Rock La Cauze: Dropkick Murphys, 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--Satanic-Surfers--The-Corps---No-Fun-at-All---Friday-8-8-2025'],['Dropkick Murphys & Bad Religion','Jacobs Pavilion','Cleveland, OH','Sunday','8/10/2025','7:00 PM','6994824','Dropkick-Murphys---Bad-Religion-8-10-2025'],['Dropkick Murphys','Pier Six Pavilion','Baltimore, MD','Tuesday','8/12/2025','7:00 PM','7018208','Dropkick-Murphys-8-12-2025'],['Dropkick Murphys & Bad Religion','Stone Pony Summer Stage','Asbury Park, NJ','Wednesday','8/13/2025','5:00 PM','6994619','Dropkick-Murphys---Bad-Religion-8-13-2025'],['Dropkick Murphys & Bad Religion','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Friday','8/15/2025','7:30 PM','6994620','Dropkick-Murphys---Bad-Religion-8-15-2025'],['Dropkick Murphys & Bad Religion','Bank of New Hampshire Pavilion','Gilford, NH','Saturday','8/16/2025','7:00 PM','6994621','Dropkick-Murphys---Bad-Religion-8-16-2025'],['Dropkick Murphys & Bad Religion','Michelob Ultra Summer Stage at Tags','Big Flats, NY','Sunday','8/17/2025','6:30 PM','6994825','Dropkick-Murphys---Bad-Religion-8-17-2025']],'Dropkick Murphys','https://www.ticketnetwork.com/ticket/Dropkick-Murphys-events.aspx');