// 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([['The Rascals','Brown County Music Center','Nashville, IN','Saturday','9/28/2024','8:00 PM','6486222','The-Rascals-9-28-2024'],['The Rascals','Resorts Atlantic City - Superstar Theater','Atlantic City, NJ','Saturday','10/12/2024','8:00 PM','6599852','The-Rascals-10-12-2024'],['The Rascals','Arcada Theatre','Saint Charles, IL','Thursday','11/7/2024','3:00 PM','6488798','The-Rascals-11-7-2024'],['The Rascals','Des Plaines Theatre','Des Plaines, IL','Friday','11/8/2024','8:00 PM','6453937','The-Rascals-11-8-2024'],['Felix Cavaliere's Rascals','Adler Hall At The New York Society For Ethical Culture','New York, NY','Thursday','11/13/2070','7:30 PM','4363453','Felix-Cavaliere-s-Rascals-11-13-2070'],['Peach Tree Rascals','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Thursday','10/27/2072','8:00 PM','5198963','Peach-Tree-Rascals-10-27-2072'],['Peach Tree Rascals','DC9 Nightclub','Washington, DC','Tuesday','11/1/2072','8:00 PM','5201720','Peach-Tree-Rascals-11-1-2072'],['Peach Tree Rascals','Middle East - Downstairs','Cambridge, MA','Friday','11/4/2072','8:00 PM','5206374','Peach-Tree-Rascals-11-4-2072'],['Peach Tree Rascals','Velvet Underground','Toronto, Canada','Sunday','11/6/2072','7:00 PM','5197561','Peach-Tree-Rascals-11-6-2072'],['Peach Tree Rascals','Fine Line Music Cafe','Minneapolis, MN','Friday','11/11/2072','9:00 PM','5201717','Peach-Tree-Rascals-11-11-2072'],['Peach Tree Rascals','Granada - Lawrence','Lawrence, KS','Saturday','11/12/2072','8:00 PM','5263198','Peach-Tree-Rascals-11-12-2072'],['Peach Tree Rascals','Marquis Theater - CO','Denver, CO','Monday','11/14/2072','7:00 PM','5198964','Peach-Tree-Rascals-11-14-2072'],['Peach Tree Rascals','El Rey Theatre - Los Angeles','Los Angeles, CA','Friday','12/2/2072','9:00 PM','5202245','Peach-Tree-Rascals-12-2-2072']],'The Rascals','https://www.ticketnetwork.com/ticket/The-Rascals-events.aspx');