//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['The Smithereens','State Theatre - VA','Falls Church, VA','Friday','11/7/2025','8:30 PM','7396587','The-Smithereens-11-7-2025'],['All-Star Purple Party - Prince Tribute Show','State Theatre - VA','Falls Church, VA','Saturday','11/8/2025','8:30 PM','7396588','All-Star-Purple-Party---Prince-Tribute-Show-11-8-2025'],['The Cast Of Beatlemania','State Theatre - VA','Falls Church, VA','Friday','11/14/2025','8:30 PM','7361983','The-Cast-Of-Beatlemania-11-14-2025'],['Lez Zeppelin','State Theatre - VA','Falls Church, VA','Saturday','11/15/2025','8:30 PM','7318482','Lez-Zeppelin-11-15-2025'],['Los Toreros Muertos','State Theatre - VA','Falls Church, VA','Friday','11/21/2025','8:30 PM','6899691','Los-Toreros-Muertos-11-21-2025'],['The Nighthawks','State Theatre - VA','Falls Church, VA','Friday','11/28/2025','8:00 PM','7396586','The-Nighthawks-11-28-2025'],['The English Beat','State Theatre - VA','Falls Church, VA','Saturday','11/29/2025','9:00 PM','7370049','The-English-Beat-11-29-2025'],['Start Making Sense - Talking Heads Tribute','State Theatre - VA','Falls Church, VA','Friday','12/5/2025','8:30 PM','7393471','Start-Making-Sense---Talking-Heads-Tribute-12-5-2025'],['Jeremy's Ten - Pearl Jam Tribute','State Theatre - VA','Falls Church, VA','Saturday','12/13/2025','8:30 PM','7466491','Jeremy-s-Ten---Pearl-Jam-Tribute-12-13-2025'],['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'],['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'],['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'],['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');