// 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-01A TN_Widget.CreateTable([['A Holiday Tribute to Elvis','State Theatre - VA','Falls Church, VA','Friday','12/19/2025','8:30 PM','7466493','A-Holiday-Tribute-to-Elvis-12-19-2025'],['Trial By Fire - A Journey Tribute','State Theatre - VA','Falls Church, VA','Saturday','12/20/2025','8:30 PM','7466489','Trial-By-Fire---A-Journey-Tribute-12-20-2025'],['The Rush Experience - A Tribute to Rush','State Theatre - VA','Falls Church, VA','Friday','12/26/2025','8:30 PM','7466492','The-Rush-Experience---A-Tribute-to-Rush-12-26-2025'],['The Legwarmers','State Theatre - VA','Falls Church, VA','Wednesday','12/31/2025','9:30 PM','7592369','The-Legwarmers-12-31-2025'],['Uncaged - A Tribute to Zac Brown','State Theatre - VA','Falls Church, VA','Friday','1/9/2026','8:30 PM','7494706','Uncaged---A-Tribute-to-Zac-Brown-1-9-2026'],['Dave Matthews Tribute Band','State Theatre - VA','Falls Church, VA','Friday','1/23/2026','8:30 PM','7466488','Dave-Matthews-Tribute-Band-1-23-2026'],['Thurston Howell','State Theatre - VA','Falls Church, VA','Saturday','1/31/2026','8:30 PM','7592342','Thurston-Howell-1-31-2026'],['Nightrain - Gun N' Roses Tribute','State Theatre - VA','Falls Church, VA','Friday','3/6/2026','8:30 PM','7466490','Nightrain---Gun-N--Roses-Tribute-3-6-2026'],['The Johnny Folsom 4 - Tribute to Johnny Cash','State Theatre - VA','Falls Church, VA','Friday','3/20/2026','8:30 PM','7488761','The-Johnny-Folsom-4---Tribute-to-Johnny-Cash-3-20-2026'],['BCIC National Step Show Competition','Virginia State University - Multi-Purpose Center','Petersburg, VA','Friday','3/27/2026','8:00 PM','7422733','BCIC-National-Step-Show-Competition-3-27-2026'],['Christopher Titus','State Theatre - VA','Falls Church, VA','Friday','4/3/2026','8:30 PM','7370047','Christopher-Titus-4-3-2026'],['Elefante','State Theatre - VA','Falls Church, VA','Thursday','9/3/2026','8:00 PM','7370048','Elefante-9-3-2026']],'State Theatre Virginia','https://www.ticketnetwork.com/ticket/State-Theatre-Virginia-events.aspx');