//
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([['Cole Swindell','Mohegan Sun Arena - CT','Uncasville, CT','Thursday','2/6/2025','7:30 PM','6835696','Cole-Swindell-2-6-2025'],['Cole Swindell','Xcite Center At Parx Casino and Racing','Bensalem, PA','Friday','2/7/2025','8:00 PM','6860892','Cole-Swindell-2-7-2025'],['Country Stampede: Luke Bryan, Miranda Lambert & Cole Swindell - 3 Day Pass','Azura Amphitheater','Bonner Springs, KS','Thursday','6/26/2025','TBD','6820474','Country-Stampede--Luke-Bryan--Miranda-Lambert---Cole-Swindell---3-Day-Pass-6-26-2025'],['Country Stampede: Cole Swindell - Saturday','Azura Amphitheater','Bonner Springs, KS','Saturday','6/28/2025','2:30 PM','6721129','Country-Stampede--Cole-Swindell---Saturday-6-28-2025'],['ND Country Fest: Sam Hunt, Cole Swindell, Gary Allan & Sara Evans - 4 Day Pass','Morton County Fairgrounds','New Salem, ND','Wednesday','7/9/2025','TBD','6710502','ND-Country-Fest--Sam-Hunt--Cole-Swindell--Gary-Allan---Sara-Evans---4-Day-Pass-7-9-2025'],['Cole Swindell','Grand Casino Hinckley Amphitheater','Hinckley, MN','Friday','7/11/2025','7:00 PM','6886515','Cole-Swindell-7-11-2025'],['2025 Country Thunder Wisconsin: Cole Swindell, Hardy, Jelly Roll & Dierks Bentley - 4 Day Pass','Country Thunder At Shadow Hill Ranch','Twin Lakes, WI','Thursday','7/17/2025','TBD','6583584','2025-Country-Thunder-Wisconsin--Cole-Swindell--Hardy--Jelly-Roll---Dierks-Bentley---4-Day-Pass-7-17-2025'],['Country Jam USA: Sam Hunt, Cole Swindell & Bailey Zimmerman - 3 Day Pass','Country Jam USA - WI','Eau Claire, WI','Thursday','7/17/2025','TBD','6717625','Country-Jam-USA--Sam-Hunt--Cole-Swindell---Bailey-Zimmerman---3-Day-Pass-7-17-2025'],['2025 Country Thunder Wisconsin: Cole Swindell, Gavin Adcock, & Sara Evans - Thursday','Country Thunder At Shadow Hill Ranch','Twin Lakes, WI','Thursday','7/17/2025','3:00 PM','6583550','2025-Country-Thunder-Wisconsin--Cole-Swindell--Gavin-Adcock----Sara-Evans---Thursday-7-17-2025'],['Country Jam USA: Cole Swindell, Dylan Scott & Sara Evans - Friday','Country Jam USA - WI','Eau Claire, WI','Friday','7/18/2025','1:00 PM','6717623','Country-Jam-USA--Cole-Swindell--Dylan-Scott---Sara-Evans---Friday-7-18-2025'],['Night in the Country Music Festival: Joe Nichols, Cole Swindell & Koe Wetzel - 3 Day Pass','Night in the Country Music Festival','Yerington, NV','Thursday','7/24/2025','TBD','6856941','Night-in-the-Country-Music-Festival--Joe-Nichols--Cole-Swindell---Koe-Wetzel---3-Day-Pass-7-24-2025']],'Cole Swindell','http://www.ticketnetwork.com/ticket/Cole-Swindell-events.aspx');