//
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([['Shovels and Rope','Growlers - TN','Memphis, TN','Friday','2/14/2025','8:00 PM','6779512','Shovels-and-Rope-2-14-2025'],['Shovels and Rope','Revolution Music Room','Little Rock, AR','Saturday','2/15/2025','8:00 PM','6779513','Shovels-and-Rope-2-15-2025'],['Shovels and Rope','George's Majestic Lounge','Fayetteville, AR','Sunday','2/16/2025','8:00 PM','6779514','Shovels-and-Rope-2-16-2025'],['Shovels and Rope','Beer City Music Hall','Oklahoma City, OK','Tuesday','2/18/2025','8:00 PM','6779515','Shovels-and-Rope-2-18-2025'],['Shovels and Rope','The Kessler','Dallas, TX','Thursday','2/20/2025','8:00 PM','6779516','Shovels-and-Rope-2-20-2025'],['Shovels and Rope','The Heights','Houston, TX','Friday','2/21/2025','8:00 PM','6779517','Shovels-and-Rope-2-21-2025'],['Shovels and Rope','Antone's Nightclub','Austin, TX','Saturday','2/22/2025','8:00 PM','6778538','Shovels-and-Rope-2-22-2025'],['Shovels and Rope','Antone's Nightclub','Austin, TX','Sunday','2/23/2025','8:00 PM','6778539','Shovels-and-Rope-2-23-2025'],['Shovels and Rope','Tipitinas','New Orleans, LA','Tuesday','2/25/2025','8:00 PM','6778542','Shovels-and-Rope-2-25-2025'],['Shovels and Rope','Saturn - Birmingham','Birmingham, AL','Wednesday','2/26/2025','8:00 PM','6779518','Shovels-and-Rope-2-26-2025'],['Shovels and Rope','Brooklyn Bowl - Nashville','Nashville, TN','Friday','2/28/2025','8:00 PM','6778541','Shovels-and-Rope-2-28-2025'],['Shovels and Rope','Terminal West At King Plow Arts Center','Atlanta, GA','Saturday','3/1/2025','8:00 PM','6779519','Shovels-and-Rope-3-1-2025'],['Shovels and Rope','Society Garden','Macon, GA','Sunday','3/2/2025','7:00 PM','6779520','Shovels-and-Rope-3-2-2025'],['Shovels and Rope','Intuition Ale Works - Jacksonville','Jacksonville, FL','Tuesday','3/4/2025','7:00 PM','6779521','Shovels-and-Rope-3-4-2025'],['Shovels and Rope','Culture Room','Fort Lauderdale, FL','Thursday','3/6/2025','7:30 PM','6778540','Shovels-and-Rope-3-6-2025'],['Shovels and Rope','The Crowbar','Tampa, FL','Friday','3/7/2025','8:00 PM','6779522','Shovels-and-Rope-3-7-2025'],['Shovels and Rope','The Social - FL','Orlando, FL','Saturday','3/8/2025','6:00 PM','6779523','Shovels-and-Rope-3-8-2025'],['Shovels and Rope','The Senate at Tin Roof','Columbia, SC','Saturday','3/29/2025','8:00 PM','6949644','Shovels-and-Rope-3-29-2025'],['Sawtooth Valley Gathering: Leftover Salmon, Daniel Donato's Cosmic Country & Shovels and Rope - 4 Day Pass','Mountain Village Resort','Stanley, ID','Thursday','6/19/2025','TBD','6833990','Sawtooth-Valley-Gathering--Leftover-Salmon--Daniel-Donato-s-Cosmic-Country---Shovels-and-Rope---4-Day-Pass-6-19-2025'],['Shovels and Rope','El Club','Detroit, MI','Friday','1/23/2071','7:00 PM','4309162','Shovels-and-Rope-1-23-2071']],'Shovels','http://www.ticketnetwork.com/ticket/Shovels-events.aspx');