// 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-03A TN_Widget.CreateTable([['Natalie Jane','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Monday','2/3/2025','8:00 PM','6723674','Natalie-Jane-2-3-2025'],['Dean Z - The Ultimate Elvis','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Wednesday','2/12/2025','8:00 PM','6893855','Dean-Z---The-Ultimate-Elvis-2-12-2025'],['Dancing with the Stars Live','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Wednesday','2/26/2025','7:30 PM','6752100','Dancing-with-the-Stars-Live-2-26-2025'],['Aziz Ansari','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','2/28/2025','7:00 PM','6874466','Aziz-Ansari-2-28-2025'],['The Addams Family','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Monday','3/3/2025','7:30 PM','6627683','The-Addams-Family-3-3-2025'],['The Oak Ridge Boys','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','3/7/2025','7:00 PM','6927798','The-Oak-Ridge-Boys-3-7-2025'],['Golden Gloves Boxing','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Thursday','3/27/2025','7:00 PM','6806855','Golden-Gloves-Boxing-3-27-2025'],['Golden Gloves Boxing','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','3/28/2025','7:00 PM','6800587','Golden-Gloves-Boxing-3-28-2025'],['Golden Gloves Boxing','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Saturday','3/29/2025','6:00 PM','6800588','Golden-Gloves-Boxing-3-29-2025'],['Nitty Gritty Dirt Band','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Saturday','4/12/2025','8:00 PM','6837506','Nitty-Gritty-Dirt-Band-4-12-2025'],['Larry the Cable Guy','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Thursday','4/24/2025','8:00 PM','6957250','Larry-the-Cable-Guy-4-24-2025'],['Pretty Woman - The Musical','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Saturday','4/26/2025','8:00 PM','6627685','Pretty-Woman---The-Musical-4-26-2025'],['Greg Gutfeld','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Sunday','4/27/2025','3:00 PM','6787846','Greg-Gutfeld-4-27-2025'],['Shen Yun Performing Arts','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Tuesday','5/6/2025','7:30 PM','6675059','Shen-Yun-Performing-Arts-5-6-2025'],['Shen Yun Performing Arts','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Wednesday','5/7/2025','7:30 PM','6675060','Shen-Yun-Performing-Arts-5-7-2025'],['John Anderson','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','5/23/2025','7:30 PM','6539637','John-Anderson-5-23-2025'],['Travis Tritt','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Friday','6/27/2025','7:30 PM','6887320','Travis-Tritt-6-27-2025'],['Ryan Adams','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Saturday','9/13/2025','8:00 PM','6959038','Ryan-Adams-9-13-2025'],['The Drifters','The Theater at Spartanburg Memorial Auditorium','Spartanburg, SC','Thursday','10/11/2074','8:00 PM','6539252','The-Drifters-10-11-2074']],'Spartanburg Memorial Auditorium','https://www.ticketnetwork.com/ticket/Spartanburg-Memorial-Auditorium-events.aspx');