// 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-03A TN_Widget.CreateTable([['Richie Kotzen & John 5','Minglewood Hall','Memphis, TN','Tuesday','10/28/2025','7:00 PM','7158077','Richie-Kotzen---John-5-10-28-2025'],['Crunchy Black, DJ Spanish Fly, DJ Zirk, Gangsta Pat','Minglewood Hall','Memphis, TN','Friday','10/31/2025','8:00 PM','7407510','Crunchy-Black--DJ-Spanish-Fly--DJ-Zirk--Gangsta-Pat-10-31-2025'],['Dax','Minglewood Hall','Memphis, TN','Saturday','11/1/2025','8:00 PM','7221564','Dax-11-1-2025'],['Shakey Graves','Minglewood Hall','Memphis, TN','Friday','11/7/2025','8:00 PM','7395533','Shakey-Graves-11-7-2025'],['PJ Morton','Minglewood Hall','Memphis, TN','Monday','11/10/2025','7:30 PM','7382330','PJ-Morton-11-10-2025'],['Chiodos','Minglewood Hall','Memphis, TN','Tuesday','11/11/2025','7:00 PM','7397500','Chiodos-11-11-2025'],['Brian Culbertson','Minglewood Hall','Memphis, TN','Thursday','11/13/2025','8:00 PM','7152231','Brian-Culbertson-11-13-2025'],['Yelawolf','Minglewood Hall','Memphis, TN','Sunday','11/16/2025','8:00 PM','7283472','Yelawolf-11-16-2025'],['Nurse Blake','Minglewood Hall','Memphis, TN','Sunday','11/30/2025','7:00 PM','7106218','Nurse-Blake-11-30-2025'],['Zakk Sabbath - Zakk Wylde's Black Sabbath Cover Band','Minglewood Hall','Memphis, TN','Sunday','12/7/2025','7:00 PM','7194073','Zakk-Sabbath---Zakk-Wylde-s-Black-Sabbath-Cover-Band-12-7-2025'],['Allen Stone & Ripe','Minglewood Hall','Memphis, TN','Friday','12/12/2025','7:00 PM','7235506','Allen-Stone---Ripe-12-12-2025'],['Lucero Family Christmas: Amigo The Devil & River Shook','Minglewood Hall','Memphis, TN','Saturday','12/13/2025','7:00 PM','7509264','Lucero-Family-Christmas--Amigo-The-Devil---River-Shook-12-13-2025'],['Wheel Of Fortune Live!','Minglewood Hall','Memphis, TN','Sunday','12/14/2025','8:00 PM','7153205','Wheel-Of-Fortune-Live--12-14-2025'],['MeatEater Podcast Live','Minglewood Hall','Memphis, TN','Friday','12/19/2025','7:00 PM','7425352','MeatEater-Podcast-Live-12-19-2025'],['Zack Fox','Minglewood Hall','Memphis, TN','Thursday','1/15/2026','8:00 PM','7300809','Zack-Fox-1-15-2026'],['Rene Vaca','Minglewood Hall','Memphis, TN','Thursday','1/22/2026','8:00 PM','7464478','Rene-Vaca-1-22-2026'],['The Floozies & Too Many Zooz','Minglewood Hall','Memphis, TN','Sunday','1/25/2026','8:00 PM','7490507','The-Floozies---Too-Many-Zooz-1-25-2026'],['The Movement','Minglewood Hall','Memphis, TN','Sunday','2/15/2026','7:30 PM','7428819','The-Movement-2-15-2026'],['Tab Benoit & Paul Thorn','Minglewood Hall','Memphis, TN','Wednesday','2/18/2026','7:00 PM','7512031','Tab-Benoit---Paul-Thorn-2-18-2026'],['Trevor Wallace','Minglewood Hall','Memphis, TN','Saturday','2/21/2026','7:00 PM','7306450','Trevor-Wallace-2-21-2026'],['Brad Williams','Minglewood Hall','Memphis, TN','Sunday','2/22/2026','7:00 PM','7223822','Brad-Williams-2-22-2026'],['Big Head Todd and The Monsters','Minglewood Hall','Memphis, TN','Sunday','3/1/2026','7:30 PM','7354866','Big-Head-Todd-and-The-Monsters-3-1-2026'],['Monaleo','Minglewood Hall','Memphis, TN','Tuesday','3/3/2026','7:00 PM','7510031','Monaleo-3-3-2026'],['Henry Cho','Minglewood Hall','Memphis, TN','Saturday','5/16/2026','7:00 PM','7414360','Henry-Cho-5-16-2026']],'Minglewood Hall','http://www.ticketnetwork.com/ticket/Minglewood-Hall-events.aspx');