//
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([['Stan Society: Best Song Ever - One Direction Dance Party','Buckhead Theatre','Atlanta, GA','Friday','5/9/2025','9:00 PM','7062911','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-9-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','Riverside Municipal Auditorium','Riverside, CA','Friday','5/9/2025','9:00 PM','7058502','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-9-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','House Of Blues - Cleveland','Cleveland, OH','Saturday','5/10/2025','9:00 PM','7059453','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-10-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','The Depot - Salt Lake City','Salt Lake City, UT','Friday','5/16/2025','8:30 PM','7058499','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-16-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','Bogarts','Cincinnati, OH','Friday','5/16/2025','9:00 PM','7059469','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-16-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','House Of Blues - New Orleans','New Orleans, LA','Saturday','5/17/2025','9:00 PM','7058500','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-17-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','Vibrant Music Hall','Waukee, IA','Saturday','5/17/2025','9:00 PM','7060785','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-17-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','Roxian Theatre','McKees Rocks, PA','Friday','5/23/2025','8:30 PM','7060727','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-23-2025'],['Best Song Ever - One Direction Dance Party','The Observatory - North Park','San Diego, CA','Friday','5/23/2025','8:30 PM','7060135','Best-Song-Ever---One-Direction-Dance-Party-5-23-2025'],['Best Song Ever - One Direction Dance Party','Brooklyn Bowl - Nashville','Nashville, TN','Friday','5/23/2025','9:00 PM','7060776','Best-Song-Ever---One-Direction-Dance-Party-5-23-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','Emo's East','Austin, TX','Friday','5/23/2025','9:00 PM','7058501','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-23-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','House Of Blues - Houston','Houston, TX','Saturday','5/24/2025','8:00 PM','7108814','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-24-2025'],['Best Song Ever - One Direction Dance Party','The Underground - Charlotte','Charlotte, NC','Saturday','5/24/2025','9:00 PM','7068586','Best-Song-Ever---One-Direction-Dance-Party-5-24-2025'],['Best Song Ever - One Direction Dance Party','Vinyl Music Hall','Pensacola, FL','Saturday','5/24/2025','9:00 PM','7083817','Best-Song-Ever---One-Direction-Dance-Party-5-24-2025'],['Stan Society - One Direction Dance Party','Backstage At Revel','Albuquerque, NM','Saturday','5/24/2025','9:00 PM','7077873','Stan-Society---One-Direction-Dance-Party-5-24-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','The Summit Music Hall','Denver, CO','Saturday','5/24/2025','9:00 PM','7059059','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-24-2025'],['Stan Society: Best Song Ever - One Direction Dance Party','Majestic Theatre Madison','Madison, WI','Saturday','5/24/2025','9:30 PM','7106994','Stan-Society--Best-Song-Ever---One-Direction-Dance-Party-5-24-2025'],['One Direction Night','The Loft At City Winery - Philadelphia ','Philadelphia, PA','Saturday','7/12/2025','9:00 PM','7124001','One-Direction-Night-7-12-2025']],'One Direction','http://www.ticketnetwork.com/ticket/One-Direction-events.aspx');