// 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-02A TN_Widget.CreateTable([['The Addams Family','Whiting Auditorium','Flint, MI','Wednesday','9/24/2025','7:00 PM','7228358','The-Addams-Family-9-24-2025'],['World Ballet Company: The Great Gatsby','Whiting Auditorium','Flint, MI','Sunday','9/28/2025','6:00 PM','7165271','World-Ballet-Company--The-Great-Gatsby-9-28-2025'],['Flint Symphony Orchestra: Enrique Diemecke - Heroic Reflections','Whiting Auditorium','Flint, MI','Saturday','10/11/2025','7:30 PM','7260563','Flint-Symphony-Orchestra--Enrique-Diemecke---Heroic-Reflections-10-11-2025'],['The Greatest Love of All - Whitney Houston Tribute','Whiting Auditorium','Flint, MI','Tuesday','10/21/2025','8:00 PM','7260556','The-Greatest-Love-of-All---Whitney-Houston-Tribute-10-21-2025'],['Flint Symphony Orchestra: Abdiel Vazquez - Frightfully Fun Pops','Whiting Auditorium','Flint, MI','Sunday','10/26/2025','3:00 PM','7260562','Flint-Symphony-Orchestra--Abdiel-Vazquez---Frightfully-Fun-Pops-10-26-2025'],['The Nutcracker','Whiting Auditorium','Flint, MI','Saturday','12/6/2025','7:30 PM','7228349','The-Nutcracker-12-6-2025'],['Mannheim Steamroller Christmas','Whiting Auditorium','Flint, MI','Saturday','12/13/2025','8:00 PM','7228361','Mannheim-Steamroller-Christmas-12-13-2025'],['Mrs. Doubtfire - The Musical','Whiting Auditorium','Flint, MI','Sunday','1/25/2026','7:00 PM','7228360','Mrs--Doubtfire---The-Musical-1-25-2026'],['Flint Symphony Orchestra: Enrique Diemecke - American Frontiers','Whiting Auditorium','Flint, MI','Saturday','2/21/2026','7:30 PM','7260559','Flint-Symphony-Orchestra--Enrique-Diemecke---American-Frontiers-2-21-2026'],['Flint Symphony Orchestra: Indiana Jones and The Raiders of The Lost Ark Live in Concert','Whiting Auditorium','Flint, MI','Saturday','2/28/2026','7:30 PM','7228362','Flint-Symphony-Orchestra--Indiana-Jones-and-The-Raiders-of-The-Lost-Ark-Live-in-Concert-2-28-2026'],['Curious George and the Golden Meatball','Whiting Auditorium','Flint, MI','Saturday','3/7/2026','2:00 PM','7260557','Curious-George-and-the-Golden-Meatball-3-7-2026'],['Step Afrika','Whiting Auditorium','Flint, MI','Friday','3/13/2026','7:00 PM','7260554','Step-Afrika-3-13-2026'],['Flint Symphony Orchestra: Enrique Diemecke - Shadow and Light','Whiting Auditorium','Flint, MI','Saturday','3/21/2026','7:30 PM','7260560','Flint-Symphony-Orchestra--Enrique-Diemecke---Shadow-and-Light-3-21-2026'],['Flint Youth Symphony Orchestra: Bon Voyage Concert & 80th Anniversary Celebration','Whiting Auditorium','Flint, MI','Sunday','3/22/2026','3:00 PM','7260561','Flint-Youth-Symphony-Orchestra--Bon-Voyage-Concert---80th-Anniversary-Celebration-3-22-2026'],['One Night of Queen - Gary Mullen and The Works','Whiting Auditorium','Flint, MI','Wednesday','3/25/2026','8:00 PM','7257289','One-Night-of-Queen---Gary-Mullen-and-The-Works-3-25-2026'],['Flint Youth Ballet: A Midsummer Night's Dream','Whiting Auditorium','Flint, MI','Friday','4/10/2026','7:00 PM','7260553','Flint-Youth-Ballet--A-Midsummer-Night-s-Dream-4-10-2026'],['Water Street Dance Milwaukee','Whiting Auditorium','Flint, MI','Saturday','4/11/2026','7:30 PM','7260558','Water-Street-Dance-Milwaukee-4-11-2026'],['The Gazillion Bubble Show','Whiting Auditorium','Flint, MI','Saturday','5/2/2026','2:00 PM','7260555','The-Gazillion-Bubble-Show-5-2-2026'],['Stomp','Whiting Auditorium','Flint, MI','Tuesday','5/5/2026','8:00 PM','7228359','Stomp-5-5-2026']],'The Whiting','https://www.ticketnetwork.com/ticket/The-Whiting-events.aspx');