// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-01B TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Mother's Day Celebration','Fox Theatre - Detroit','Detroit, MI','Friday','5/10/2024','8:00 PM','6119222','Mother-s-Day-Celebration-5-10-2024'],['Mother's Day Salute: Patti LaBelle & El Debarge','Fox Theatre - Detroit','Detroit, MI','Sunday','5/12/2024','6:00 PM','6270081','Mother-s-Day-Salute--Patti-LaBelle---El-Debarge-5-12-2024'],['We Them Ones Comedy Tour: Mike Epps, DC Young Fly, Lil Duval, Mojo Brookzz & Moneybag Mafia','Fox Theatre - Detroit','Detroit, MI','Saturday','5/18/2024','7:00 PM','6300523','We-Them-Ones-Comedy-Tour--Mike-Epps--DC-Young-Fly--Lil-Duval--Mojo-Brookzz---Moneybag-Mafia-5-18-2024'],['We Them Ones Comedy Tour: Mike Epps, DC Young Fly, Lil Duval, Mojo Brookzz & Moneybag Mafia','Fox Theatre - Detroit','Detroit, MI','Saturday','5/18/2024','10:30 PM','6360494','We-Them-Ones-Comedy-Tour--Mike-Epps--DC-Young-Fly--Lil-Duval--Mojo-Brookzz---Moneybag-Mafia-5-18-2024'],['West Coast Takeover','Fox Theatre - Detroit','Detroit, MI','Saturday','5/25/2024','8:00 PM','6267160','West-Coast-Takeover-5-25-2024'],['The Voices Of The Streets: MoneyBagg Yo, Skilla Baby, Rob49 & JT','Fox Theatre - Detroit','Detroit, MI','Saturday','6/1/2024','7:30 PM','6367211','The-Voices-Of-The-Streets--MoneyBagg-Yo--Skilla-Baby--Rob49---JT-6-1-2024'],['Daniel Tosh','Fox Theatre - Detroit','Detroit, MI','Saturday','6/15/2024','7:30 PM','6264312','Daniel-Tosh-6-15-2024'],['The Commodores & Pointer Sisters','Fox Theatre - Detroit','Detroit, MI','Wednesday','6/19/2024','7:30 PM','6299863','The-Commodores---Pointer-Sisters-6-19-2024'],['Air Play Moon Safari','Fox Theatre - Detroit','Detroit, MI','Thursday','10/10/2024','8:00 PM','6304634','Air-Play-Moon-Safari-10-10-2024'],['Los Tigres del Norte','Fox Theatre - Detroit','Detroit, MI','Friday','11/1/2024','8:30 PM','6323167','Los-Tigres-del-Norte-11-1-2024'],['Steve Martin & Martin Short','Fox Theatre - Detroit','Detroit, MI','Saturday','11/2/2024','8:00 PM','6424364','Steve-Martin---Martin-Short-11-2-2024'],['Jim Gaffigan','Fox Theatre - Detroit','Detroit, MI','Friday','11/22/2024','7:00 PM','6293692','Jim-Gaffigan-11-22-2024'],['Jim Gaffigan','Fox Theatre - Detroit','Detroit, MI','Saturday','11/23/2024','7:00 PM','6345841','Jim-Gaffigan-11-23-2024'],['Nutcracker! Magical Christmas Ballet','Fox Theatre - Detroit','Detroit, MI','Sunday','12/8/2024','12:00 PM','6419043','Nutcracker--Magical-Christmas-Ballet-12-8-2024'],['Nutcracker! Magical Christmas Ballet','Fox Theatre - Detroit','Detroit, MI','Sunday','12/8/2024','4:00 PM','6419044','Nutcracker--Magical-Christmas-Ballet-12-8-2024'],['Nutcracker! Magical Christmas Ballet','Fox Theatre - Detroit','Detroit, MI','Sunday','12/8/2024','8:00 PM','6419625','Nutcracker--Magical-Christmas-Ballet-12-8-2024']],'Fox Theatre Detroit','http://www.ticketnetwork.com/en/search/?text=Fox%20Theatre%20Detroit');