//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['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/en/search/?text=One%20Direction');