//
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-02A
TN_Widget.CreateTable([['Ani DiFranco & Hurray for the Riff Raff','Summer Stage at Tree House Brewing Company - Deerfield','South Deerfield, MA','Wednesday','8/27/2025','7:00 PM','7062681','Ani-DiFranco---Hurray-for-the-Riff-Raff-8-27-2025'],['Ani DiFranco & Hurray for the Riff Raff','Arrowood Farms','Accord, NY','Thursday','8/28/2025','6:00 PM','7062680','Ani-DiFranco---Hurray-for-the-Riff-Raff-8-28-2025'],['Ani DiFranco & Hurray for the Riff Raff','Ben & Jerry's Concerts on The Green At Shelburne Museum','Shelburne, VT','Saturday','8/30/2025','7:30 PM','7062679','Ani-DiFranco---Hurray-for-the-Riff-Raff-8-30-2025'],['Ani DiFranco & Hurray for the Riff Raff','Terminal B At The Outer Harbor','Buffalo, NY','Sunday','8/31/2025','7:30 PM','7061894','Ani-DiFranco---Hurray-for-the-Riff-Raff-8-31-2025'],['Ani DiFranco & Hurray for the Riff Raff','KEMBA Live!','Columbus, OH','Tuesday','9/2/2025','8:00 PM','7061554','Ani-DiFranco---Hurray-for-the-Riff-Raff-9-2-2025'],['Ani DiFranco & Hurray for the Riff Raff','Taft Theatre','Cincinnati, OH','Wednesday','9/3/2025','8:00 PM','7060517','Ani-DiFranco---Hurray-for-the-Riff-Raff-9-3-2025'],['Ani DiFranco & Hurray for the Riff Raff','Cahn Auditorium','Evanston, IL','Friday','9/5/2025','8:00 PM','7062019','Ani-DiFranco---Hurray-for-the-Riff-Raff-9-5-2025'],['BatFest: Waka Flocka Flame, Silver Sun Pickups, Giovanni and The Hired Guns & Riff Raff','Congress Avenue Bridge','Austin, TX','Saturday','9/6/2025','3:00 PM','7231282','BatFest--Waka-Flocka-Flame--Silver-Sun-Pickups--Giovanni-and-The-Hired-Guns---Riff-Raff-9-6-2025'],['Ani DiFranco & Hurray for the Riff Raff','Orpheum Theatre - Madison ','Madison, WI','Saturday','9/6/2025','8:00 PM','7060518','Ani-DiFranco---Hurray-for-the-Riff-Raff-9-6-2025'],['Ani DiFranco & Hurray for the Riff Raff','Val Air Ballroom','West Des Moines, IA','Sunday','9/7/2025','7:30 PM','7065070','Ani-DiFranco---Hurray-for-the-Riff-Raff-9-7-2025'],['CityFolk Festival: The Pogues, Dropkick Murphys & Hurray for the Riff Raff - Saturday','Lansdowne Park','Ottawa, Canada','Saturday','9/13/2025','5:00 PM','7190205','CityFolk-Festival--The-Pogues--Dropkick-Murphys---Hurray-for-the-Riff-Raff---Saturday-9-13-2025'],['Hurray For The Riff Raff','Lark Hall - Albany','Albany, NY','Monday','9/15/2025','7:00 PM','7204956','Hurray-For-The-Riff-Raff-9-15-2025']],'RiFF RAFF','http://www.ticketnetwork.com/ticket/RiFF-RAFF-events.aspx');