//
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-03A
TN_Widget.CreateTable([['PBR - Pendleton Whisky Velocity Tour','Chartway Arena at Ted Constant Convocation Center','Norfolk, VA','Friday','2/28/2025','8:00 PM','6714499','PBR---Pendleton-Whisky-Velocity-Tour-2-28-2025'],['PBR - Pendleton Whisky Velocity Tour','Total Mortgage Arena','Bridgeport, CT','Friday','2/28/2025','8:00 PM','6696286','PBR---Pendleton-Whisky-Velocity-Tour-2-28-2025'],['PBR - Pendleton Whisky Velocity Tour','Chartway Arena at Ted Constant Convocation Center','Norfolk, VA','Saturday','3/1/2025','7:00 PM','6714500','PBR---Pendleton-Whisky-Velocity-Tour-3-1-2025'],['PBR - Pendleton Whisky Velocity Tour','Total Mortgage Arena','Bridgeport, CT','Saturday','3/1/2025','7:00 PM','6696287','PBR---Pendleton-Whisky-Velocity-Tour-3-1-2025'],['PBR - Pendleton Whisky Velocity Tour','Rupp Arena At Central Bank Center','Lexington, KY','Friday','3/7/2025','8:00 PM','6696296','PBR---Pendleton-Whisky-Velocity-Tour-3-7-2025'],['PBR - Pendleton Whisky Velocity Tour','Rupp Arena At Central Bank Center','Lexington, KY','Saturday','3/8/2025','7:00 PM','6696297','PBR---Pendleton-Whisky-Velocity-Tour-3-8-2025'],['PBR - Pendleton Whisky Velocity Tour','Thompson Boling Arena at Food City Center','Knoxville, TN','Saturday','3/15/2025','7:00 PM','6696308','PBR---Pendleton-Whisky-Velocity-Tour-3-15-2025'],['PBR - Pendleton Whisky Velocity Tour','Wesbanco Arena','Wheeling, WV','Friday','3/21/2025','8:00 PM','6696309','PBR---Pendleton-Whisky-Velocity-Tour-3-21-2025'],['PBR - Pendleton Whisky Velocity Tour','Wesbanco Arena','Wheeling, WV','Saturday','3/22/2025','7:00 PM','6696310','PBR---Pendleton-Whisky-Velocity-Tour-3-22-2025'],['PBR - Pendleton Whisky Velocity Tour','Save Mart Center','Fresno, CA','Friday','3/28/2025','8:00 PM','6696314','PBR---Pendleton-Whisky-Velocity-Tour-3-28-2025'],['PBR - Pendleton Whisky Velocity Tour','Pinnacle Bank Arena','Lincoln, NE','Saturday','3/29/2025','7:00 PM','6696316','PBR---Pendleton-Whisky-Velocity-Tour-3-29-2025'],['PBR - Pendleton Whisky Velocity Tour','Save Mart Center','Fresno, CA','Saturday','3/29/2025','7:00 PM','6696315','PBR---Pendleton-Whisky-Velocity-Tour-3-29-2025'],['PBR - Pendleton Whisky Velocity Tour','Matthew Knight Arena','Eugene, OR','Friday','4/4/2025','8:00 PM','6696322','PBR---Pendleton-Whisky-Velocity-Tour-4-4-2025'],['PBR - Pendleton Whisky Velocity Tour','Matthew Knight Arena','Eugene, OR','Saturday','4/5/2025','7:00 PM','6696324','PBR---Pendleton-Whisky-Velocity-Tour-4-5-2025'],['PBR - Pendleton Whisky Velocity Tour','Oakland Arena','Oakland, CA','Saturday','4/19/2025','7:00 PM','6696330','PBR---Pendleton-Whisky-Velocity-Tour-4-19-2025'],['PBR: Pendleton Whisky Velocity Tour','American Bank Center','Corpus Christi, TX','Friday','5/2/2025','7:30 PM','6590770','PBR--Pendleton-Whisky-Velocity-Tour-5-2-2025'],['PBR: Pendleton Whisky Velocity Tour','American Bank Center','Corpus Christi, TX','Saturday','5/3/2025','7:30 PM','6590771','PBR--Pendleton-Whisky-Velocity-Tour-5-3-2025']],'Pendleton Rodeo Arena','https://www.ticketnetwork.com/ticket/Pendleton-Rodeo-Arena-events.aspx');