//
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 Machine Performs Pink Floyd','State Theatre - VA','Falls Church, VA','Saturday','9/20/2025','8:30 PM','7077203','The-Machine-Performs-Pink-Floyd-9-20-2025'],['The Stranger - A Tribute To Billy Joel','State Theatre - VA','Falls Church, VA','Friday','9/26/2025','8:30 PM','7361984','The-Stranger---A-Tribute-To-Billy-Joel-9-26-2025'],['The Nashville Nights Band','State Theatre - VA','Falls Church, VA','Saturday','9/27/2025','8:30 PM','7318490','The-Nashville-Nights-Band-9-27-2025'],['Numb - Nu Metal Band','State Theatre - VA','Falls Church, VA','Saturday','10/4/2025','8:30 PM','7370053','Numb---Nu-Metal-Band-10-4-2025'],['Mother's Little Helper - Tribute to The Rolling Stones','State Theatre - VA','Falls Church, VA','Saturday','10/11/2025','8:30 PM','7370051','Mother-s-Little-Helper---Tribute-to-The-Rolling-Stones-10-11-2025'],['New Yorks Finest - Police Tribute','State Theatre - VA','Falls Church, VA','Friday','10/17/2025','8:30 PM','7396589','New-Yorks-Finest---Police-Tribute-10-17-2025'],['Saved By The 90s','State Theatre - VA','Falls Church, VA','Saturday','10/18/2025','9:00 PM','7370055','Saved-By-The-90s-10-18-2025'],['Here Come the Mummies','State Theatre - VA','Falls Church, VA','Sunday','10/26/2025','7:00 PM','7091985','Here-Come-the-Mummies-10-26-2025'],['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'],['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'],['Christopher Titus','State Theatre - VA','Falls Church, VA','Saturday','12/6/2025','8:30 PM','7370047','Christopher-Titus-12-6-2025'],['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');