// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://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[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ 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([['Serial Killers with Dr. Scott Bonn','Selena Auditorium','Corpus Christi, TX','Friday','10/24/2025','7:00 PM','7294831','Serial-Killers-with-Dr--Scott-Bonn-10-24-2025'],['Joe Bonamassa','Selena Auditorium','Corpus Christi, TX','Tuesday','11/18/2025','8:00 PM','7119732','Joe-Bonamassa-11-18-2025'],['Intocable','Selena Auditorium','Corpus Christi, TX','Friday','11/21/2025','8:00 PM','7152913','Intocable-11-21-2025'],['Matt Mathews','Selena Auditorium','Corpus Christi, TX','Saturday','11/22/2025','5:00 PM','7216918','Matt-Mathews-11-22-2025'],['Matt Mathews','Selena Auditorium','Corpus Christi, TX','Saturday','11/22/2025','8:00 PM','7155005','Matt-Mathews-11-22-2025'],['TINA - The Tina Turner Musical','Selena Auditorium','Corpus Christi, TX','Tuesday','12/9/2025','7:30 PM','7461910','TINA---The-Tina-Turner-Musical-12-9-2025'],['Corpus Christi Ballet: The Nutcracker','Selena Auditorium','Corpus Christi, TX','Saturday','12/13/2025','7:30 PM','7407988','Corpus-Christi-Ballet--The-Nutcracker-12-13-2025'],['Corpus Christi Ballet: The Nutcracker','Selena Auditorium','Corpus Christi, TX','Sunday','12/14/2025','3:00 PM','7407989','Corpus-Christi-Ballet--The-Nutcracker-12-14-2025'],['Corpus Christi Ballet: The Nutcracker','Selena Auditorium','Corpus Christi, TX','Saturday','12/20/2025','7:30 PM','7407982','Corpus-Christi-Ballet--The-Nutcracker-12-20-2025'],['Corpus Christi Ballet: The Nutcracker','Selena Auditorium','Corpus Christi, TX','Sunday','12/21/2025','3:00 PM','7407983','Corpus-Christi-Ballet--The-Nutcracker-12-21-2025'],['The Liverpool Legends - Beatles Tribute','Selena Auditorium','Corpus Christi, TX','Tuesday','1/27/2026','7:30 PM','7460150','The-Liverpool-Legends---Beatles-Tribute-1-27-2026'],['The Thorn','Selena Auditorium','Corpus Christi, TX','Friday','2/20/2026','7:00 PM','7460126','The-Thorn-2-20-2026'],['The Thorn','Selena Auditorium','Corpus Christi, TX','Saturday','2/21/2026','7:00 PM','7460127','The-Thorn-2-21-2026'],['Whose Live Anyway?','Selena Auditorium','Corpus Christi, TX','Friday','3/13/2026','7:30 PM','7462543','Whose-Live-Anyway--3-13-2026'],['RTP - The Rush Tribute Project','Selena Auditorium','Corpus Christi, TX','Sunday','6/14/2026','7:30 PM','7380399','RTP---The-Rush-Tribute-Project-6-14-2026']],'Selena Auditorium','http://www.ticketnetwork.com/ticket/Selena-Auditorium-events.aspx');