//
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-04A
TN_Widget.CreateTable([['Attila - The Band','Mesa Theater & Club','Grand Junction, CO','Thursday','3/13/2025','6:00 PM','6834598','Attila---The-Band-3-13-2025'],['Attila - The Band','Gothic Theatre','Englewood, CO','Friday','3/14/2025','7:15 PM','6838632','Attila---The-Band-3-14-2025'],['Attila - The Band','Black Sheep','Colorado Springs, CO','Saturday','3/15/2025','5:30 PM','6835640','Attila---The-Band-3-15-2025'],['Attila - The Band','Wildwood Smokehouse & Saloon','Iowa City, IA','Tuesday','3/18/2025','6:00 PM','6836485','Attila---The-Band-3-18-2025'],['Attila - The Band','The Deluxe at Old National Centre','Indianapolis, IN','Wednesday','3/19/2025','7:00 PM','6835641','Attila---The-Band-3-19-2025'],['Attila - The Band','The WC Social Club','West Chicago, IL','Thursday','3/20/2025','6:00 PM','6827051','Attila---The-Band-3-20-2025'],['Attila - The Band','Grewal Hall at 224','Lansing, MI','Friday','3/21/2025','6:00 PM','6836489','Attila---The-Band-3-21-2025'],['Attila - The Band','Madison Theater - Covington','Covington, KY','Saturday','3/22/2025','6:00 PM','6835639','Attila---The-Band-3-22-2025'],['Attila - The Band','Toads Place CT','New Haven, CT','Tuesday','3/25/2025','6:00 PM','6834681','Attila---The-Band-3-25-2025'],['Attila - The Band','Amityville Music Hall','Amityville, NY','Wednesday','3/26/2025','5:30 PM','6836491','Attila---The-Band-3-26-2025'],['Attila - The Band','Ritz Theater and Performing Arts Center','Scranton, PA','Thursday','3/27/2025','6:00 PM','6836492','Attila---The-Band-3-27-2025'],['Attila - The Band','Reverb - PA','Reading, PA','Saturday','3/29/2025','6:30 PM','6834924','Attila---The-Band-3-29-2025'],['Attila - The Band','The Lincoln Theatre - Raleigh','Raleigh, NC','Monday','3/31/2025','6:00 PM','6834673','Attila---The-Band-3-31-2025'],['Attila - The Band','Terminal West At King Plow Arts Center','Atlanta, GA','Tuesday','4/1/2025','6:00 PM','6835825','Attila---The-Band-4-1-2025'],['Attila - The Band','Music Farm - Charleston','Charleston, SC','Wednesday','4/2/2025','8:00 PM','6835638','Attila---The-Band-4-2-2025'],['Attila - The Band','The Banyan Live','West Palm Beach, FL','Friday','4/4/2025','6:00 PM','6835643','Attila---The-Band-4-4-2025'],['Attila - The Band','Orpheum - Tampa','Tampa, FL','Saturday','4/5/2025','5:30 PM','6835826','Attila---The-Band-4-5-2025']],'Attila','http://www.ticketnetwork.com/ticket/Attila-events.aspx');