// 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([['Evening Of Hope With Jim & Jill Kelly','Florence Civic Center','Florence, SC','Monday','3/10/2025','7:00 PM','6802419','Evening-Of-Hope-With-Jim---Jill-Kelly-3-10-2025'],['South Carolina Ravens Exhibition Game 1','Florence Civic Center','Florence, SC','Sunday','3/16/2025','7:00 PM','6882195','South-Carolina-Ravens-Exhibition-Game-1-3-16-2025'],['Gary Allan','Florence Civic Center','Florence, SC','Friday','3/21/2025','8:00 PM','6873971','Gary-Allan-3-21-2025'],['Monster Jam','Florence Civic Center','Florence, SC','Saturday','3/29/2025','1:00 PM','6689478','Monster-Jam-3-29-2025'],['Monster Jam','Florence Civic Center','Florence, SC','Saturday','3/29/2025','7:00 PM','6689479','Monster-Jam-3-29-2025'],['Monster Jam','Florence Civic Center','Florence, SC','Sunday','3/30/2025','1:00 PM','6689480','Monster-Jam-3-30-2025'],['South Carolina Ravens Exhibition Game 2','Florence Civic Center','Florence, SC','Sunday','4/6/2025','7:00 PM','6882063','South-Carolina-Ravens-Exhibition-Game-2-4-6-2025'],['South Carolina Ravens','Florence Civic Center','Florence, SC','Friday','4/18/2025','7:00 PM','6832161','South-Carolina-Ravens-4-18-2025'],['South Carolina Ravens','Florence Civic Center','Florence, SC','Thursday','5/1/2025','7:00 PM','6832162','South-Carolina-Ravens-5-1-2025'],['Sesame Street Live!','Florence Civic Center','Florence, SC','Saturday','5/3/2025','2:00 PM','6831956','Sesame-Street-Live--5-3-2025'],['South Carolina Ravens','Florence Civic Center','Florence, SC','Friday','5/16/2025','7:00 PM','6832163','South-Carolina-Ravens-5-16-2025'],['South Carolina Ravens','Florence Civic Center','Florence, SC','Saturday','5/24/2025','7:00 PM','6832164','South-Carolina-Ravens-5-24-2025'],['South Carolina Ravens','Florence Civic Center','Florence, SC','Friday','6/6/2025','7:00 PM','6832165','South-Carolina-Ravens-6-6-2025'],['South Carolina Ravens','Florence Civic Center','Florence, SC','Friday','6/13/2025','7:00 PM','6832166','South-Carolina-Ravens-6-13-2025']],'Florence Civic Center','https://www.ticketnetwork.com/ticket/Florence-Civic-Center-events.aspx');