//
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([['Afghan Whigs','Bearsville Theater','Woodstock, NY','Saturday','4/25/2026','8:00 PM','7691245','Afghan-Whigs-4-25-2026'],['Afghan Whigs','Royale Boston','Boston, MA','Monday','4/27/2026','7:30 PM','7690635','Afghan-Whigs-4-27-2026'],['Afghan Whigs','9:30 Club','Washington, DC','Tuesday','4/28/2026','6:30 PM','7690633','Afghan-Whigs-4-28-2026'],['Afghan Whigs','Webster Hall','New York, NY','Thursday','4/30/2026','8:00 PM','7690159','Afghan-Whigs-4-30-2026'],['Afghan Whigs','Union Transfer','Philadelphia, PA','Friday','5/1/2026','8:00 PM','7691097','Afghan-Whigs-5-1-2026'],['Afghan Whigs','Mr Small's Theatre','Pittsburgh, PA','Saturday','5/2/2026','8:00 PM','7690917','Afghan-Whigs-5-2-2026'],['Afghan Whigs','Town Ballroom','Buffalo, NY','Monday','5/4/2026','7:00 PM','7734220','Afghan-Whigs-5-4-2026'],['Afghan Whigs','House Of Blues - Cleveland','Cleveland, OH','Tuesday','5/5/2026','7:30 PM','7690914','Afghan-Whigs-5-5-2026'],['Afghan Whigs','Bogarts','Cincinnati, OH','Wednesday','5/6/2026','7:30 PM','7690634','Afghan-Whigs-5-6-2026'],['Afghan Whigs','Turner Hall Ballroom','Milwaukee, WI','Friday','5/8/2026','8:00 PM','7689713','Afghan-Whigs-5-8-2026'],['Afghan Whigs','Metro Chicago','Chicago, IL','Saturday','5/9/2026','8:00 PM','7691467','Afghan-Whigs-5-9-2026'],['Afghan Whigs','Varsity Theater - MN','Minneapolis, MN','Sunday','5/10/2026','7:30 PM','7690915','Afghan-Whigs-5-10-2026'],['Afghan Whigs','The Summit Music Hall','Denver, CO','Tuesday','5/12/2026','7:30 PM','7691125','Afghan-Whigs-5-12-2026'],['Afghan Whigs','Aladdin Theater','Portland, OR','Friday','5/15/2026','8:00 PM','7691472','Afghan-Whigs-5-15-2026'],['Afghan Whigs','Commodore Ballroom','Vancouver, Canada','Saturday','5/16/2026','6:00 PM','7690912','Afghan-Whigs-5-16-2026'],['Afghan Whigs','The Showbox','Seattle, WA','Sunday','5/17/2026','7:30 PM','7690152','Afghan-Whigs-5-17-2026'],['Afghan Whigs','The Fillmore - San Francisco','San Francisco, CA','Tuesday','5/19/2026','8:00 PM','7690911','Afghan-Whigs-5-19-2026'],['Afghan Whigs','The Bellwether','Los Angeles, CA','Wednesday','5/20/2026','8:00 PM','7690637','Afghan-Whigs-5-20-2026'],['Afghan Whigs','The Observatory - Santa Ana','Santa Ana, CA','Friday','5/22/2026','8:00 PM','7690913','Afghan-Whigs-5-22-2026'],['Afghan Whigs','The Observatory - North Park','San Diego, CA','Saturday','5/23/2026','8:00 PM','7690916','Afghan-Whigs-5-23-2026'],['Afghan Whigs','Pappy & Harriet's Pioneertown Palace - Indoor Stage','Pioneertown, CA','Sunday','5/24/2026','6:30 PM','7693587','Afghan-Whigs-5-24-2026']],'Afghan Whigs','http://www.ticketnetwork.com/ticket/Afghan-Whigs-events.aspx');