//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-01A
TN_Widget.CreateTable([['Collide-O-Scope','Here - After','Seattle, WA','Monday','7/14/2025','8:00 PM','7237913','Collide-O-Scope-7-14-2025'],['Collide-O-Scope','Here - After','Seattle, WA','Monday','8/11/2025','8:00 PM','7237914','Collide-O-Scope-8-11-2025'],['Cousinz Festival: Jeezy, T-Pain & Lil Kim','Scope Arena','Norfolk, VA','Saturday','8/30/2025','2:00 PM','7211027','Cousinz-Festival--Jeezy--T-Pain---Lil-Kim-8-30-2025'],['Cousinz Festival','Scope Arena','Norfolk, VA','Saturday','8/30/2025','4:00 PM','7135973','Cousinz-Festival-8-30-2025'],['Collide-O-Scope','Here - After','Seattle, WA','Monday','9/8/2025','8:00 PM','7237915','Collide-O-Scope-9-8-2025'],['The Blues is Alright Tour: King George, Tucka & Pokey Bear','Scope Arena','Norfolk, VA','Saturday','9/20/2025','7:00 PM','7214262','The-Blues-is-Alright-Tour--King-George--Tucka---Pokey-Bear-9-20-2025'],['Fantasia & Anthony Hamilton','Scope Arena','Norfolk, VA','Saturday','10/18/2025','8:00 PM','7253129','Fantasia---Anthony-Hamilton-10-18-2025'],['Disney On Ice: Mickey's Search Party','Scope Arena','Norfolk, VA','Thursday','12/18/2025','7:00 PM','7228618','Disney-On-Ice--Mickey-s-Search-Party-12-18-2025'],['Disney On Ice: Mickey's Search Party','Scope Arena','Norfolk, VA','Friday','12/19/2025','7:00 PM','7228619','Disney-On-Ice--Mickey-s-Search-Party-12-19-2025'],['Disney On Ice: Mickey's Search Party','Scope Arena','Norfolk, VA','Saturday','12/20/2025','11:00 AM','7228620','Disney-On-Ice--Mickey-s-Search-Party-12-20-2025'],['Disney On Ice: Mickey's Search Party','Scope Arena','Norfolk, VA','Saturday','12/20/2025','3:00 PM','7228621','Disney-On-Ice--Mickey-s-Search-Party-12-20-2025'],['Disney On Ice: Mickey's Search Party','Scope Arena','Norfolk, VA','Saturday','12/20/2025','7:00 PM','7228622','Disney-On-Ice--Mickey-s-Search-Party-12-20-2025'],['Disney On Ice: Mickey's Search Party','Scope Arena','Norfolk, VA','Sunday','12/21/2025','11:00 AM','7228623','Disney-On-Ice--Mickey-s-Search-Party-12-21-2025'],['Disney On Ice: Mickey's Search Party','Scope Arena','Norfolk, VA','Sunday','12/21/2025','3:00 PM','7228624','Disney-On-Ice--Mickey-s-Search-Party-12-21-2025'],['Virginia International Tattoo','Scope Arena','Norfolk, VA','Thursday','4/16/2026','7:30 PM','7120916','Virginia-International-Tattoo-4-16-2026'],['Virginia International Tattoo','Scope Arena','Norfolk, VA','Friday','4/17/2026','7:30 PM','7120927','Virginia-International-Tattoo-4-17-2026'],['Virginia International Tattoo','Scope Arena','Norfolk, VA','Saturday','4/18/2026','7:30 PM','7120920','Virginia-International-Tattoo-4-18-2026'],['Virginia International Tattoo','Scope Arena','Norfolk, VA','Sunday','4/19/2026','2:30 PM','7120924','Virginia-International-Tattoo-4-19-2026']],'Scope','http://www.ticketnetwork.com/ticket/Scope-events.aspx');