//
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-02A
TN_Widget.CreateTable([['Tusk - Tribute To Fleetwood Mac','State Theatre - VA','Falls Church, VA','Friday','2/21/2025','8:30 PM','6760733','Tusk---Tribute-To-Fleetwood-Mac-2-21-2025'],['That 70s Party','State Theatre - VA','Falls Church, VA','Saturday','2/22/2025','8:30 PM','6914311','That-70s-Party-2-22-2025'],['The Legwarmers','State Theatre - VA','Falls Church, VA','Friday','2/28/2025','9:30 PM','6973889','The-Legwarmers-2-28-2025'],['The Legwarmers','State Theatre - VA','Falls Church, VA','Saturday','3/1/2025','9:30 PM','6973890','The-Legwarmers-3-1-2025'],['LoveSong - A Tribute to The Cure','State Theatre - VA','Falls Church, VA','Thursday','3/6/2025','8:00 PM','6914313','LoveSong---A-Tribute-to-The-Cure-3-6-2025'],['Saved By The 90s','State Theatre - VA','Falls Church, VA','Friday','3/7/2025','9:00 PM','6914310','Saved-By-The-90s-3-7-2025'],['Greggie and the Jets - A Tribute to Elton John','State Theatre - VA','Falls Church, VA','Friday','3/14/2025','8:30 PM','6914312','Greggie-and-the-Jets---A-Tribute-to-Elton-John-3-14-2025'],['Zoso - Led Zeppelin Tribute Band','State Theatre - VA','Falls Church, VA','Saturday','3/15/2025','8:30 PM','6917144','Zoso---Led-Zeppelin-Tribute-Band-3-15-2025'],['The Johnny Folsom 4 - Tribute to Johnny Cash','State Theatre - VA','Falls Church, VA','Friday','3/21/2025','7:00 PM','6962581','The-Johnny-Folsom-4---Tribute-to-Johnny-Cash-3-21-2025'],['Abacab - The Genesis Tribute','State Theatre - VA','Falls Church, VA','Saturday','3/22/2025','8:30 PM','6973900','Abacab---The-Genesis-Tribute-3-22-2025'],['Mother's Little Helper - Tribute to The Rolling Stones','State Theatre - VA','Falls Church, VA','Friday','3/28/2025','8:30 PM','6973896','Mother-s-Little-Helper---Tribute-to-The-Rolling-Stones-3-28-2025'],['Draco Rosa','State Theatre - VA','Falls Church, VA','Friday','4/4/2025','8:00 PM','6973887','Draco-Rosa-4-4-2025'],['Los Toreros Muertos','State Theatre - VA','Falls Church, VA','Friday','4/11/2025','8:30 PM','6899691','Los-Toreros-Muertos-4-11-2025'],['The Warped Tour Band','State Theatre - VA','Falls Church, VA','Saturday','4/12/2025','7:00 PM','6962597','The-Warped-Tour-Band-4-12-2025'],['Nirvani - Nirvana Tribute Band','State Theatre - VA','Falls Church, VA','Saturday','4/19/2025','7:00 PM','6962598','Nirvani---Nirvana-Tribute-Band-4-19-2025']],'State Theatre Virginia','https://www.ticketnetwork.com/ticket/State-Theatre-Virginia-events.aspx');