// 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([['United We Dance - The Ultimate Rave Experience','Minglewood Hall','Memphis, TN','Friday','2/13/2026','9:00 PM','7537358','United-We-Dance---The-Ultimate-Rave-Experience-2-13-2026'],['Primal Cage Wars','Minglewood Hall','Memphis, TN','Saturday','2/14/2026','6:00 PM','7668650','Primal-Cage-Wars-2-14-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'],['Demola','Minglewood Hall','Memphis, TN','Friday','2/27/2026','8:00 PM','7626893','Demola-2-27-2026'],['Monaleo','Minglewood Hall','Memphis, TN','Tuesday','3/3/2026','7:00 PM','7510031','Monaleo-3-3-2026'],['Bingo Loco','Minglewood Hall','Memphis, TN','Saturday','3/14/2026','7:00 PM','7701024','Bingo-Loco-3-14-2026'],['Becky Robinson','Minglewood Hall','Memphis, TN','Saturday','3/28/2026','8:00 PM','7671112','Becky-Robinson-3-28-2026'],['Pat Metheny','Minglewood Hall','Memphis, TN','Sunday','3/29/2026','8:00 PM','7570221','Pat-Metheny-3-29-2026'],['Watchhouse','Minglewood Hall','Memphis, TN','Tuesday','3/31/2026','8:00 PM','7601655','Watchhouse-3-31-2026'],['Steel Panther','Minglewood Hall','Memphis, TN','Wednesday','4/15/2026','8:00 PM','7705986','Steel-Panther-4-15-2026'],['Howard Jones','Minglewood Hall','Memphis, TN','Thursday','4/16/2026','8:00 PM','7719106','Howard-Jones-4-16-2026'],['The Crane Wives','Minglewood Hall','Memphis, TN','Friday','4/17/2026','8:00 PM','7703883','The-Crane-Wives-4-17-2026'],['The Dip','Minglewood Hall','Memphis, TN','Sunday','4/26/2026','8:00 PM','7557990','The-Dip-4-26-2026'],['Whitechapel','Minglewood Hall','Memphis, TN','Tuesday','5/12/2026','8:00 PM','7709387','Whitechapel-5-12-2026'],['Juvenile and The 400 Degreez Band','Minglewood Hall','Memphis, TN','Friday','5/15/2026','8:00 PM','7679866','Juvenile-and-The-400-Degreez-Band-5-15-2026'],['Henry Cho','Minglewood Hall','Memphis, TN','Saturday','5/16/2026','7:00 PM','7414360','Henry-Cho-5-16-2026'],['Big Head Todd and The Monsters','Minglewood Hall','Memphis, TN','Sunday','3/1/2076','7:30 PM','7354866','Big-Head-Todd-and-The-Monsters-3-1-2076']],'Minglewood Hall','http://www.ticketnetwork.com/ticket/Minglewood-Hall-events.aspx');