// 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-01A TN_Widget.CreateTable([['The Callous Daoboys','Chain Reaction','Anaheim, CA','Saturday','9/20/2025','7:00 PM','7155148','The-Callous-Daoboys-9-20-2025'],['The Spill Canvas & Mae','Chain Reaction','Anaheim, CA','Thursday','9/25/2025','7:00 PM','7096292','The-Spill-Canvas---Mae-9-25-2025'],['Hotline TNT','Chain Reaction','Anaheim, CA','Friday','9/26/2025','8:30 PM','7291562','Hotline-TNT-9-26-2025'],['Knights Of The Abyss','Chain Reaction','Anaheim, CA','Saturday','9/27/2025','6:30 PM','7291563','Knights-Of-The-Abyss-9-27-2025'],['End It - Band','Chain Reaction','Anaheim, CA','Monday','10/6/2025','8:00 PM','7297509','End-It---Band-10-6-2025'],['Wolf & Bear','Chain Reaction','Anaheim, CA','Thursday','10/30/2025','7:30 PM','7291567','Wolf---Bear-10-30-2025'],['Action/Adventure & Diva Bleach','Chain Reaction','Anaheim, CA','Saturday','11/1/2025','8:00 PM','7355661','Action-Adventure---Diva-Bleach-11-1-2025'],['Elijah - Artist','Chain Reaction','Anaheim, CA','Saturday','11/8/2025','7:00 PM','7364873','Elijah---Artist-11-8-2025'],['Algernon Cadwallader','Chain Reaction','Anaheim, CA','Thursday','11/13/2025','8:00 PM','7308061','Algernon-Cadwallader-11-13-2025']],'Chain Reaction','https://www.ticketnetwork.com/ticket/Chain-Reaction-events.aspx');