//
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-02A
TN_Widget.CreateTable([['The Oak Ridge Boys','The Caverns - TN','Pelham, TN','Sunday','5/18/2025','5:00 PM','6867681','The-Oak-Ridge-Boys-5-18-2025'],['The Oak Ridge Boys','Blue Gate Performing Arts Center','Shipshewana, IN','Thursday','6/5/2025','7:30 PM','6842580','The-Oak-Ridge-Boys-6-5-2025'],['The Oak Ridge Boys','Blue Gate Performing Arts Center','Shipshewana, IN','Friday','6/6/2025','7:30 PM','6842581','The-Oak-Ridge-Boys-6-6-2025'],['The Oak Ridge Boys','New Barn Theatre','Mount Vernon, KY','Saturday','6/7/2025','7:30 PM','6970367','The-Oak-Ridge-Boys-6-7-2025'],['The Oak Ridge Boys','Casino Rama Entertainment Centre','Rama, Canada','Friday','6/27/2025','9:00 PM','7059361','The-Oak-Ridge-Boys-6-27-2025'],['The Oak Ridge Boys','Chumash Casino','Santa Ynez, CA','Friday','7/4/2025','8:00 PM','7135190','The-Oak-Ridge-Boys-7-4-2025'],['The Oak Ridge Boys','The Show - Agua Caliente Casino','Rancho Mirage, CA','Saturday','7/5/2025','8:00 PM','7053577','The-Oak-Ridge-Boys-7-5-2025'],['The Oak Ridge Boys','Gila River Hotels & Casinos - Wild Horse Pass','Chandler, AZ','Thursday','7/10/2025','8:00 PM','7141834','The-Oak-Ridge-Boys-7-10-2025'],['The Oak Ridge Boys','Buffalo Thunder Resort & Casino','Santa Fe, NM','Friday','7/11/2025','8:00 PM','7020872','The-Oak-Ridge-Boys-7-11-2025'],['The Oak Ridge Boys','The Edge Pavilion at Edgewater Casino','Laughlin, NV','Saturday','7/12/2025','7:00 PM','7087381','The-Oak-Ridge-Boys-7-12-2025'],['The Oak Ridge Boys','Pechanga Theater At Pechanga Resort & Casino','Temecula, CA','Sunday','7/13/2025','7:30 PM','7006854','The-Oak-Ridge-Boys-7-13-2025'],['The Oak Ridge Boys','Alberta Bair Theater','Billings, MT','Friday','7/25/2025','7:30 PM','7076943','The-Oak-Ridge-Boys-7-25-2025'],['The Oak Ridge Boys','Happy's Inn','Libby, MT','Saturday','7/26/2025','6:00 PM','7034414','The-Oak-Ridge-Boys-7-26-2025'],['The Oak Ridge Boys','Pacific Steel & Recycling Four Seasons Arena','Great Falls, MT','Tuesday','7/29/2025','7:30 PM','7064223','The-Oak-Ridge-Boys-7-29-2025'],['The Oak Ridge Boys','Paramount Theatre - Abilene','Abilene, TX','Friday','8/1/2025','7:30 PM','7089160','The-Oak-Ridge-Boys-8-1-2025'],['The Oak Ridge Boys & Makayla Browlee','Cowley County Fair At Winfield Fairgrounds','Winfield, KS','Saturday','8/2/2025','7:30 PM','7090720','The-Oak-Ridge-Boys---Makayla-Browlee-8-2-2025'],['The Oak Ridge Boys','Prairie Knights Casino','Fort Yates, ND','Friday','8/8/2025','7:30 PM','7138790','The-Oak-Ridge-Boys-8-8-2025'],['The Oak Ridge Boys','Fairbury Fair','Fairbury, IL','Friday','8/15/2025','7:30 PM','7002967','The-Oak-Ridge-Boys-8-15-2025'],['The Oak Ridge Boys','Smoky Mountain Center for the Performing Arts','Franklin, NC','Friday','9/12/2025','7:30 PM','7091882','The-Oak-Ridge-Boys-9-12-2025'],['The Oak Ridge Boys','Alabama Theatre - SC','Myrtle Beach, SC','Saturday','9/13/2025','7:00 PM','6967639','The-Oak-Ridge-Boys-9-13-2025'],['The Oak Ridge Boys','Bloomsburg Fair','Bloomsburg, PA','Sunday','9/21/2025','2:00 PM','6848166','The-Oak-Ridge-Boys-9-21-2025'],['The Oak Ridge Boys','Country Tonite Theatre','Pigeon Forge, TN','Friday','9/26/2025','8:00 PM','7047558','The-Oak-Ridge-Boys-9-26-2025'],['The Oak Ridge Boys','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','12/13/2025','3:00 PM','6907003','The-Oak-Ridge-Boys-12-13-2025']],'The Oak Ridge Boys','https://www.ticketnetwork.com/ticket/The-Oak-Ridge-Boys-events.aspx');