//
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-04A
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([['Warren Zeiders','Skyla Credit Union Amphitheatre','Charlotte, NC','Thursday','4/24/2025','8:00 PM','6623526','Warren-Zeiders-4-24-2025'],['Mt. Joy','Skyla Credit Union Amphitheatre','Charlotte, NC','Friday','4/25/2025','8:30 PM','6859369','Mt--Joy-4-25-2025'],['Sturgill Simpson','Skyla Credit Union Amphitheatre','Charlotte, NC','Monday','5/12/2025','7:00 PM','6999704','Sturgill-Simpson-5-12-2025'],['Sturgill Simpson','Skyla Credit Union Amphitheatre','Charlotte, NC','Tuesday','5/13/2025','7:00 PM','6989766','Sturgill-Simpson-5-13-2025'],['Teddy Swims','Skyla Credit Union Amphitheatre','Charlotte, NC','Thursday','5/15/2025','8:00 PM','6738254','Teddy-Swims-5-15-2025'],['Bullet For My Valentine & Trivium','Skyla Credit Union Amphitheatre','Charlotte, NC','Saturday','5/17/2025','6:30 PM','6713642','Bullet-For-My-Valentine---Trivium-5-17-2025'],['I Want My 80s Tour: Rick Springfield, John Waite, Wang Chung & Paul Young','Skyla Credit Union Amphitheatre','Charlotte, NC','Tuesday','6/3/2025','7:00 PM','6983249','I-Want-My-80s-Tour--Rick-Springfield--John-Waite--Wang-Chung---Paul-Young-6-3-2025'],['Dispatch, John Butler Trio, G. Love and Special Sauce & Donavon Frankenreiter','Skyla Credit Union Amphitheatre','Charlotte, NC','Friday','6/6/2025','6:00 PM','6963788','Dispatch--John-Butler-Trio--G--Love-and-Special-Sauce---Donavon-Frankenreiter-6-6-2025'],['Barenaked Ladies, Guster & Fastball','Skyla Credit Union Amphitheatre','Charlotte, NC','Saturday','6/7/2025','7:00 PM','6981040','Barenaked-Ladies--Guster---Fastball-6-7-2025'],['James Arthur','Skyla Credit Union Amphitheatre','Charlotte, NC','Monday','6/16/2025','7:30 PM','6980779','James-Arthur-6-16-2025'],['Peach Pit & Briston Maroney','Skyla Credit Union Amphitheatre','Charlotte, NC','Saturday','6/21/2025','7:00 PM','6837250','Peach-Pit---Briston-Maroney-6-21-2025'],['The Driver Era','Skyla Credit Union Amphitheatre','Charlotte, NC','Sunday','6/22/2025','8:00 PM','6736380','The-Driver-Era-6-22-2025'],['Kansas, .38 Special & The Outlaws','Skyla Credit Union Amphitheatre','Charlotte, NC','Friday','6/27/2025','6:15 PM','6955764','Kansas---38-Special---The-Outlaws-6-27-2025'],['Hauser','Skyla Credit Union Amphitheatre','Charlotte, NC','Saturday','6/28/2025','7:30 PM','6762526','Hauser-6-28-2025'],['Goo Goo Dolls & Dashboard Confessional','Skyla Credit Union Amphitheatre','Charlotte, NC','Friday','7/25/2025','7:00 PM','6827510','Goo-Goo-Dolls---Dashboard-Confessional-7-25-2025'],['Weird Al Yankovic & Puddles Pity Party','Skyla Credit Union Amphitheatre','Charlotte, NC','Saturday','7/26/2025','8:00 PM','6723753','Weird-Al-Yankovic---Puddles-Pity-Party-7-26-2025'],['Men I Trust','Skyla Credit Union Amphitheatre','Charlotte, NC','Sunday','8/31/2025','8:00 PM','6984164','Men-I-Trust-8-31-2025'],['Papa Roach & Rise Against','Skyla Credit Union Amphitheatre','Charlotte, NC','Friday','10/3/2025','7:00 PM','6814091','Papa-Roach---Rise-Against-10-3-2025'],['Myke Towers','Skyla Credit Union Amphitheatre','Charlotte, NC','Monday','10/8/2074','8:00 PM','6587527','Myke-Towers-10-8-2074']],'Charlotte Metro Credit Union Amphitheatre at the AvidXchange Music Factory ','http://www.ticketnetwork.com/en/search/?text=Charlotte Metro Credit Union Amphitheatre at the AvidXchange Music Factory ');