//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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([['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Santander Arena','Reading, PA','Friday','3/6/2026','8:00 PM','7536939','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-3-6-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Santander Arena','Reading, PA','Saturday','3/7/2026','7:00 PM','7536941','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-3-7-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Dignity Health Arena','Bakersfield, CA','Saturday','3/14/2026','7:00 PM','7510518','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-3-14-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Acrisure Arena','Palm Desert, CA','Friday','3/20/2026','7:45 PM','7500945','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-3-20-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Acrisure Arena','Palm Desert, CA','Saturday','3/21/2026','7:00 PM','7500944','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-3-21-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Save Mart Center','Fresno, CA','Friday','3/27/2026','8:00 PM','7496896','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-3-27-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Save Mart Center','Fresno, CA','Saturday','3/28/2026','8:00 PM','7496897','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-3-28-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Hero Arena At Mountain America Center','Idaho Falls, ID','Friday','4/10/2026','7:30 PM','7552545','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-4-10-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Oakland Arena','Oakland, CA','Saturday','4/11/2026','7:00 PM','7510539','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-4-11-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Hero Arena At Mountain America Center','Idaho Falls, ID','Saturday','4/11/2026','7:30 PM','7552546','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-4-11-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Thompson Boling Arena at Food City Center','Knoxville, TN','Saturday','4/18/2026','7:00 PM','7457597','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-4-18-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Hilliard Center Arena','Corpus Christi, TX','Friday','5/1/2026','7:30 PM','7552543','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-5-1-2026'],['Pendleton Whisky Velocity Tour: PBR - Professional Bull Riders','Hilliard Center Arena','Corpus Christi, TX','Saturday','5/2/2026','7:30 PM','7552544','Pendleton-Whisky-Velocity-Tour--PBR---Professional-Bull-Riders-5-2-2026']],'Pendleton Rodeo Arena','https://www.ticketnetwork.com/ticket/Pendleton-Rodeo-Arena-events.aspx');