//
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([['Brad Paisley','Enmarket Arena','Savannah, GA','Friday','8/1/2025','7:30 PM','7019783','Brad-Paisley-8-1-2025'],['Brad Paisley','St. Augustine Amphitheatre','St. Augustine, FL','Saturday','8/2/2025','7:30 PM','7019893','Brad-Paisley-8-2-2025'],['Brad Paisley','The BayCare Sound','Clearwater, FL','Sunday','8/3/2025','6:00 PM','7020467','Brad-Paisley-8-3-2025'],['Ashley For The Arts Festival: Red, Brad Paisley, ZZ Top & Darius Rucker - 3 Day Pass','Soldiers Walk Veterans Memorial Park','Arcadia, WI','Thursday','8/7/2025','TBD','7026002','Ashley-For-The-Arts-Festival--Red--Brad-Paisley--ZZ-Top---Darius-Rucker---3-Day-Pass-8-7-2025'],['Brad Paisley','Illinois State Fairgrounds - Grandstand','Springfield, IL','Thursday','8/14/2025','8:00 PM','7046735','Brad-Paisley-8-14-2025'],['Brad Paisley & Jake Worthington','Sandia Casino Amphitheater','Albuquerque, NM','Friday','8/22/2025','8:00 PM','7247550','Brad-Paisley---Jake-Worthington-8-22-2025'],['Brad Paisley & Jake Worthington','Anselmo Valencia Tori Amphitheater','Tucson, AZ','Saturday','8/23/2025','8:00 PM','7247646','Brad-Paisley---Jake-Worthington-8-23-2025'],['Brad Paisley','Canfield Fairgrounds','Canfield, OH','Sunday','8/31/2025','7:00 PM','7091555','Brad-Paisley-8-31-2025'],['Country Boys - Tribute to Alan Jackson, Garth Brooks, Brad Paisley & George Strait','Marquee Ballroom - Halifax','Halifax, Canada','Saturday','10/18/2025','8:00 PM','7116476','Country-Boys---Tribute-to-Alan-Jackson--Garth-Brooks--Brad-Paisley---George-Strait-10-18-2025'],['Brad Paisley','Abbotsford Centre','Abbotsford, Canada','Tuesday','11/4/2025','7:30 PM','7216291','Brad-Paisley-11-4-2025'],['Brad Paisley','Prospera Place','Kelowna, Canada','Wednesday','11/5/2025','7:00 PM','7216427','Brad-Paisley-11-5-2025'],['Brad Paisley','Rogers Place','Edmonton, Canada','Friday','11/7/2025','7:30 PM','7216292','Brad-Paisley-11-7-2025'],['Brad Paisley','VisitLethbridge.com Arena','Lethbridge, Canada','Saturday','11/8/2025','7:30 PM','7216430','Brad-Paisley-11-8-2025'],['Brad Paisley','Canada Life Centre','Winnipeg, Canada','Friday','11/14/2025','7:30 PM','7216288','Brad-Paisley-11-14-2025'],['Brad Paisley','SaskTel Centre','Saskatoon, Canada','Saturday','11/15/2025','7:30 PM','7216289','Brad-Paisley-11-15-2025'],['Country Boys - Tribute to Alan Jackson, Garth Brooks, Brad Paisley & George Strait','Imperial Theatre - Saint John','Saint John, Canada','Saturday','12/6/2025','7:30 PM','7187294','Country-Boys---Tribute-to-Alan-Jackson--Garth-Brooks--Brad-Paisley---George-Strait-12-6-2025'],['Brad Paisley','Canada Life Place','London, Canada','Thursday','12/11/2025','7:30 PM','7216286','Brad-Paisley-12-11-2025'],['Brad Paisley','TD Coliseum','Hamilton, Canada','Friday','12/12/2025','7:30 PM','7216284','Brad-Paisley-12-12-2025'],['Brad Paisley','Canadian Tire Centre','Ottawa, Canada','Saturday','12/13/2025','7:30 PM','7216285','Brad-Paisley-12-13-2025']],'Brad Paisley','http://www.ticketnetwork.com/ticket/Brad-Paisley-events.aspx');