//
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([['Cole Swindell & Priscilla Block','Rupp Arena At Central Bank Center','Lexington, KY','Thursday','9/18/2025','7:00 PM','7080691','Cole-Swindell---Priscilla-Block-9-18-2025'],['Cole Swindell & Priscilla Block','Akins Arena at The Classic Center','Athens, GA','Friday','9/19/2025','7:00 PM','7082252','Cole-Swindell---Priscilla-Block-9-19-2025'],['Cole Swindell & Priscilla Block','Atrium Health Amphitheater','Macon, GA','Saturday','9/20/2025','7:00 PM','7080692','Cole-Swindell---Priscilla-Block-9-20-2025'],['Cole Swindell & Priscilla Block','Dacotah Bank Center','Brookings, SD','Thursday','9/25/2025','7:00 PM','7080693','Cole-Swindell---Priscilla-Block-9-25-2025'],['Cole Swindell & Priscilla Block','Alliant Energy PowerHouse','Cedar Rapids, IA','Friday','9/26/2025','7:00 PM','7080694','Cole-Swindell---Priscilla-Block-9-26-2025'],['Cole Swindell & Priscilla Block','Alerus Center','Grand Forks, ND','Saturday','9/27/2025','7:00 PM','7080695','Cole-Swindell---Priscilla-Block-9-27-2025'],['Cole Swindell & Priscilla Block','Blue Federal Credit Union Arena','Loveland, CO','Thursday','10/2/2025','7:00 PM','7082749','Cole-Swindell---Priscilla-Block-10-2-2025'],['Cole Swindell & Priscilla Block','Ford Wyoming Center','Casper, WY','Friday','10/3/2025','7:00 PM','7080697','Cole-Swindell---Priscilla-Block-10-3-2025'],['Cole Swindell & Priscilla Block','Brick Breeden Fieldhouse','Bozeman, MT','Saturday','10/4/2025','7:00 PM','7081377','Cole-Swindell---Priscilla-Block-10-4-2025'],['Cole Swindell & Priscilla Block','Angel of the Winds Arena','Everett, WA','Thursday','10/9/2025','7:00 PM','7080698','Cole-Swindell---Priscilla-Block-10-9-2025'],['Cole Swindell & Priscilla Block','Toyota Center - Kennewick','Kennewick, WA','Friday','10/10/2025','7:00 PM','7080699','Cole-Swindell---Priscilla-Block-10-10-2025'],['Cole Swindell & Priscilla Block','Outdoor Amphitheater At Ford Idaho Center ','Nampa, ID','Saturday','10/11/2025','7:00 PM','7081396','Cole-Swindell---Priscilla-Block-10-11-2025'],['Cole Swindell & Priscilla Block','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Friday','10/24/2025','7:00 PM','7080700','Cole-Swindell---Priscilla-Block-10-24-2025'],['Cole Swindell & Priscilla Block','The BayCare Sound','Clearwater, FL','Saturday','10/25/2025','7:00 PM','7082746','Cole-Swindell---Priscilla-Block-10-25-2025'],['Cole Swindell & Priscilla Block','St. Augustine Amphitheatre','St. Augustine, FL','Sunday','10/26/2025','6:30 PM','7081395','Cole-Swindell---Priscilla-Block-10-26-2025'],['Cole Swindell','The Armory - Minneapolis','Minneapolis, MN','Friday','11/14/2025','8:00 PM','7394488','Cole-Swindell-11-14-2025'],['Cole Swindell','Lucas Oil Live At WinStar Casino','Thackerville, OK','Friday','11/21/2025','8:00 PM','7269432','Cole-Swindell-11-21-2025']],'Cole Swindell','http://www.ticketnetwork.com/ticket/Cole-Swindell-events.aspx');