// 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-02A TN_Widget.CreateTable([['Aiden Ross','Rudder Auditorium','College Station, TX','Friday','9/18/2026','7:30 PM','8126452','Aiden-Ross-9-18-2026'],['The Phil Collins Story','Rudder Auditorium','College Station, TX','Wednesday','10/7/2026','7:30 PM','8185817','The-Phil-Collins-Story-10-7-2026'],['Natalie Johnson: The Chemistry of Environmental Exposures','Rudder Auditorium','College Station, TX','Friday','10/16/2026','6:00 PM','8185822','Natalie-Johnson--The-Chemistry-of-Environmental-Exposures-10-16-2026'],['Brazos Valley Symphony Orchestra: French Masters & Bolero','Rudder Auditorium','College Station, TX','Sunday','10/25/2026','5:00 PM','8075907','Brazos-Valley-Symphony-Orchestra--French-Masters---Bolero-10-25-2026'],['Jim Henson's Fraggle Rock Live','Rudder Auditorium','College Station, TX','Friday','10/30/2026','7:30 PM','8042254','Jim-Henson-s-Fraggle-Rock-Live-10-30-2026'],['Jim Henson's Fraggle Rock Live','Rudder Auditorium','College Station, TX','Saturday','10/31/2026','11:00 AM','8185828','Jim-Henson-s-Fraggle-Rock-Live-10-31-2026'],['A Beautiful Noise - The Neil Diamond Musical','Rudder Auditorium','College Station, TX','Tuesday','11/10/2026','7:30 PM','8185831','A-Beautiful-Noise---The-Neil-Diamond-Musical-11-10-2026'],['A Beautiful Noise - The Neil Diamond Musical','Rudder Auditorium','College Station, TX','Wednesday','11/11/2026','7:30 PM','8185832','A-Beautiful-Noise---The-Neil-Diamond-Musical-11-11-2026'],['Waitress','Rudder Auditorium','College Station, TX','Tuesday','1/19/2027','7:30 PM','8185834','Waitress-1-19-2027'],['Waitress','Rudder Auditorium','College Station, TX','Wednesday','1/20/2027','7:30 PM','8185835','Waitress-1-20-2027'],['Brazos Valley Symphony Orchestra: Breakin' Classical','Rudder Auditorium','College Station, TX','Sunday','1/24/2027','5:00 PM','8075912','Brazos-Valley-Symphony-Orchestra--Breakin--Classical-1-24-2027'],['Shucked','Rudder Auditorium','College Station, TX','Tuesday','1/26/2027','7:30 PM','8185837','Shucked-1-26-2027'],['Shucked','Rudder Auditorium','College Station, TX','Wednesday','1/27/2027','7:30 PM','8185838','Shucked-1-27-2027'],['Clue - Live On Stage','Rudder Auditorium','College Station, TX','Tuesday','2/16/2027','7:30 PM','8185860','Clue---Live-On-Stage-2-16-2027'],['Clue - Live On Stage','Rudder Auditorium','College Station, TX','Wednesday','2/17/2027','7:30 PM','8185861','Clue---Live-On-Stage-2-17-2027'],['Dr. Seuss's The Cat In The Hat','Rudder Auditorium','College Station, TX','Saturday','2/20/2027','11:00 AM','8185532','Dr--Seuss-s-The-Cat-In-The-Hat-2-20-2027'],['Dr. Seuss's The Cat In The Hat','Rudder Auditorium','College Station, TX','Saturday','2/20/2027','4:00 PM','8185533','Dr--Seuss-s-The-Cat-In-The-Hat-2-20-2027'],['Kodo','Rudder Auditorium','College Station, TX','Wednesday','2/24/2027','7:30 PM','8185534','Kodo-2-24-2027'],['Both Sides Now: The Music of Joni Mitchell and Leonard Cohen','Rudder Auditorium','College Station, TX','Tuesday','3/9/2027','7:30 PM','8185535','Both-Sides-Now--The-Music-of-Joni-Mitchell-and-Leonard-Cohen-3-9-2027'],['Brazos Valley Symphony Orchestra: Star Wars - A New Hope In Concert','Rudder Auditorium','College Station, TX','Sunday','3/21/2027','5:00 PM','8075915','Brazos-Valley-Symphony-Orchestra--Star-Wars---A-New-Hope-In-Concert-3-21-2027'],['Mystic Pizza','Rudder Auditorium','College Station, TX','Monday','3/22/2027','7:30 PM','8185536','Mystic-Pizza-3-22-2027'],['Mystic Pizza','Rudder Auditorium','College Station, TX','Tuesday','3/23/2027','7:30 PM','8185537','Mystic-Pizza-3-23-2027']],'Rudder Auditorium','http://www.ticketnetwork.com/ticket/Rudder-Auditorium-events.aspx');