// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Cake - Band','Iroquois Amphitheater','Louisville, KY','Monday','4/21/2025','8:00 PM','6944867','Cake---Band-4-21-2025'],['Cake - Band','Iroquois Amphitheater','Louisville, KY','Tuesday','4/22/2025','8:00 PM','6944868','Cake---Band-4-22-2025'],['Dwight Yoakam & The Mavericks','Iroquois Amphitheater','Louisville, KY','Friday','4/25/2025','7:00 PM','6826704','Dwight-Yoakam---The-Mavericks-4-25-2025'],['Yacht Rock Revue','Iroquois Amphitheater','Louisville, KY','Thursday','5/1/2025','8:00 PM','6959624','Yacht-Rock-Revue-5-1-2025'],['Pink Floyd Laser Spectacular','Iroquois Amphitheater','Louisville, KY','Thursday','5/8/2025','7:30 PM','6960040','Pink-Floyd-Laser-Spectacular-5-8-2025'],['Taylor Shines - The Laser Spectacular','Iroquois Amphitheater','Louisville, KY','Friday','5/9/2025','7:30 PM','6964488','Taylor-Shines---The-Laser-Spectacular-5-9-2025'],['Bonnie Raitt','Iroquois Amphitheater','Louisville, KY','Saturday','5/10/2025','7:30 PM','6837887','Bonnie-Raitt-5-10-2025'],['Wilco','Iroquois Amphitheater','Louisville, KY','Saturday','5/17/2025','8:00 PM','6931454','Wilco-5-17-2025'],['Wallows','Iroquois Amphitheater','Louisville, KY','Friday','5/30/2025','7:30 PM','6923426','Wallows-5-30-2025'],['Justin Moore','Iroquois Amphitheater','Louisville, KY','Saturday','6/7/2025','7:00 PM','6981145','Justin-Moore-6-7-2025'],['Ace Frehley','Iroquois Amphitheater','Louisville, KY','Saturday','7/12/2025','7:30 PM','7035969','Ace-Frehley-7-12-2025'],['The Head and The Heart','Iroquois Amphitheater','Louisville, KY','Saturday','7/19/2025','7:00 PM','7013489','The-Head-and-The-Heart-7-19-2025'],['Barenaked Ladies, Sugar Ray & Fastball','Iroquois Amphitheater','Louisville, KY','Tuesday','7/29/2025','7:00 PM','6967749','Barenaked-Ladies--Sugar-Ray---Fastball-7-29-2025'],['Louisville Jazz Festival','Iroquois Amphitheater','Louisville, KY','Friday','8/1/2025','7:00 PM','6978136','Louisville-Jazz-Festival-8-1-2025'],['Louisville Jazz Festival','Iroquois Amphitheater','Louisville, KY','Saturday','8/2/2025','6:30 PM','6976248','Louisville-Jazz-Festival-8-2-2025'],['Tom Keifer & L.A. Guns','Iroquois Amphitheater','Louisville, KY','Thursday','8/28/2025','7:30 PM','6969793','Tom-Keifer---L-A--Guns-8-28-2025'],['Three Dog Night & Little River Band','Iroquois Amphitheater','Louisville, KY','Friday','9/5/2025','7:30 PM','6873354','Three-Dog-Night---Little-River-Band-9-5-2025'],['Melissa Etheridge & Indigo Girls','Iroquois Amphitheater','Louisville, KY','Tuesday','9/23/2025','7:00 PM','6869782','Melissa-Etheridge---Indigo-Girls-9-23-2025'],['Ziggy Marley','Iroquois Amphitheater','Louisville, KY','Tuesday','9/30/2025','8:00 PM','7009345','Ziggy-Marley-9-30-2025']],'Iroquois Amphitheater','https://www.ticketnetwork.com/ticket/Iroquois-Amphitheater-events.aspx');