//
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-01A
TN_Widget.CreateTable([['Rock Fest: Rob Zombie, Five Finger Death Punch, Bad Omens & Marilyn Manson - 3 Day Pass','Chippewa Valley Festival Grounds','Cadott, WI','Thursday','7/17/2025','TBD','6840407','Rock-Fest--Rob-Zombie--Five-Finger-Death-Punch--Bad-Omens---Marilyn-Manson---3-Day-Pass-7-17-2025'],['Hog Fest: Five Finger Death Punch, Marilyn Manson, & The Funeral Portrait','Fiserv Forum','Milwaukee, WI','Thursday','7/17/2025','7:00 PM','6861312','Hog-Fest--Five-Finger-Death-Punch--Marilyn-Manson----The-Funeral-Portrait-7-17-2025'],['Inkcarceration Music and Tattoo Festival: Falling In Reverse, Slipknot & Five Finger Death Punch - 3 Day Pass','Ohio State Reformatory','Mansfield, OH','Friday','7/18/2025','TBD','6725734','Inkcarceration-Music-and-Tattoo-Festival--Falling-In-Reverse--Slipknot---Five-Finger-Death-Punch---3-Day-Pass-7-18-2025'],['Rock Fest: Five Finger Death Punch, Marilyn Manson, In This Moment & Nothing More - Friday','Chippewa Valley Festival Grounds','Cadott, WI','Friday','7/18/2025','11:00 AM','6840410','Rock-Fest--Five-Finger-Death-Punch--Marilyn-Manson--In-This-Moment---Nothing-More---Friday-7-18-2025'],['Inkcarceration Music and Tattoo Festival: Five Finger Death Punch, Three Days Grace & Lamb of God - Sunday','Ohio State Reformatory','Mansfield, OH','Sunday','7/20/2025','11:00 AM','6701104','Inkcarceration-Music-and-Tattoo-Festival--Five-Finger-Death-Punch--Three-Days-Grace---Lamb-of-God---Sunday-7-20-2025'],['Sturgis Buffalo Chip's Motorcycle and Music Festival: Five Finger Death Punch (Time: TBD)','Sturgis Buffalo Chip','Sturgis, SD','Monday','8/4/2025','12:00 PM','6931791','Sturgis-Buffalo-Chip-s-Motorcycle-and-Music-Festival--Five-Finger-Death-Punch--Time--TBD--8-4-2025'],['2025 Rocklahoma Festival: Shinedown, Breaking Benjamin, Three Days Grace & Five Finger Death Punch - 3 Day Pass','Pryor Creek Festival Grounds','Pryor, OK','Friday','8/29/2025','TBD','7021920','2025-Rocklahoma-Festival--Shinedown--Breaking-Benjamin--Three-Days-Grace---Five-Finger-Death-Punch---3-Day-Pass-8-29-2025'],['2025 Rocklahoma Festival: Five Finger Death Punch, Marilyn Manson, Alice Cooper & The Darkness - Friday','Pryor Creek Festival Grounds','Pryor, OK','Friday','8/29/2025','11:00 AM','7021921','2025-Rocklahoma-Festival--Five-Finger-Death-Punch--Marilyn-Manson--Alice-Cooper---The-Darkness---Friday-8-29-2025']],'Five Finger Death Punch','http://www.ticketnetwork.com/ticket/Five-Finger-Death-Punch-events.aspx');