//
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([['Old Crow Medicine Show','The Aiken Theatre - Old National Events Plaza','Evansville, IN','Thursday','3/13/2025','7:30 PM','6859945','Old-Crow-Medicine-Show-3-13-2025'],['Old Crow Medicine Show','Blue Gate Performing Arts Center','Shipshewana, IN','Friday','3/14/2025','7:30 PM','6745875','Old-Crow-Medicine-Show-3-14-2025'],['Old Crow Medicine Show','Genesee Theatre','Waukegan, IL','Saturday','3/15/2025','7:00 PM','6859304','Old-Crow-Medicine-Show-3-15-2025'],['Old Crow Medicine Show','Vilar Performing Arts Center','Avon, CO','Wednesday','3/26/2025','7:00 PM','6859951','Old-Crow-Medicine-Show-3-26-2025'],['Old Crow Medicine Show','Pueblo Memorial Hall','Pueblo, CO','Thursday','3/27/2025','7:00 PM','6859953','Old-Crow-Medicine-Show-3-27-2025'],['Old Crow Medicine Show','Belly Up Aspen','Aspen, CO','Friday','3/28/2025','8:00 PM','6859955','Old-Crow-Medicine-Show-3-28-2025'],['Old Crow Medicine Show','Kravis Center - Dreyfoos Concert Hall','West Palm Beach, FL','Monday','4/7/2025','7:30 PM','6859956','Old-Crow-Medicine-Show-4-7-2025'],['Old Crow Medicine Show','Florida Theatre Jacksonville','Jacksonville, FL','Tuesday','4/8/2025','8:00 PM','6859957','Old-Crow-Medicine-Show-4-8-2025'],['Old Crow Medicine Show','Ruth Eckerd Hall','Clearwater, FL','Wednesday','4/9/2025','7:30 PM','6859958','Old-Crow-Medicine-Show-4-9-2025'],['Old Crow Medicine Show','Halstead Amphitheater','Fairhope, AL','Friday','4/11/2025','4:00 PM','6859959','Old-Crow-Medicine-Show-4-11-2025'],['Old Crow Medicine Show','Mayo Performing Arts Center','Morristown, NJ','Wednesday','4/23/2025','7:30 PM','6859960','Old-Crow-Medicine-Show-4-23-2025'],['Old Crow Medicine Show','Patchogue Theater For The Performing Arts','Patchogue, NY','Thursday','4/24/2025','8:00 PM','6859961','Old-Crow-Medicine-Show-4-24-2025'],['Old Crow Medicine Show','The Historic Theater at The Music Hall','Portsmouth, NH','Sunday','4/27/2025','7:00 PM','6859964','Old-Crow-Medicine-Show-4-27-2025'],['Old Crow Medicine Show','Smith Opera House','Geneva, NY','Tuesday','5/6/2025','8:00 PM','6859965','Old-Crow-Medicine-Show-5-6-2025'],['Old Crow Medicine Show','The Ridgefield Playhouse','Ridgefield, CT','Wednesday','5/7/2025','8:00 PM','6859966','Old-Crow-Medicine-Show-5-7-2025'],['Old Crow Medicine Show','Chevalier Theatre','Medford, MA','Thursday','5/8/2025','8:00 PM','6859947','Old-Crow-Medicine-Show-5-8-2025'],['Old Crow Medicine Show','American Music Theatre','Lancaster, PA','Friday','5/9/2025','8:00 PM','6859967','Old-Crow-Medicine-Show-5-9-2025'],['Summerlark: Old Crow Medicine Show','Bailey Park','Winston Salem, NC','Saturday','5/10/2025','7:00 PM','6963239','Summerlark--Old-Crow-Medicine-Show-5-10-2025']],'Old Crow Medicine Show','https://www.ticketnetwork.com/ticket/Old-Crow-Medicine-Show-events.aspx');