//
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-01A
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([['Young Thug','Walmart AMP','Rogers, AR','Tuesday','9/1/2026','8:00 PM','8130910','Young-Thug-9-1-2026'],['Young Thug','The Armory - Minneapolis','Minneapolis, MN','Thursday','9/3/2026','8:00 PM','8130912','Young-Thug-9-3-2026'],['Young Thug','Byline Bank Aragon Ballroom','Chicago, IL','Saturday','9/5/2026','8:00 PM','8130913','Young-Thug-9-5-2026'],['Young Thug','Michigan Lottery Amphitheatre at Freedom Hill','Sterling Heights, MI','Tuesday','9/8/2026','8:00 PM','8130914','Young-Thug-9-8-2026'],['Young Thug','Freedom Mortgage Pavilion','Camden, NJ','Thursday','9/10/2026','8:00 PM','8130915','Young-Thug-9-10-2026'],['Young Thug','MGM Music Hall at Fenway Park','Boston, MA','Friday','9/11/2026','8:00 PM','8130916','Young-Thug-9-11-2026'],['Young Thug','SummerStage in Central Park','New York, NY','Sunday','9/13/2026','8:00 PM','8130917','Young-Thug-9-13-2026'],['Young Thug','The Anthem - D.C.','Washington, DC','Tuesday','9/15/2026','8:00 PM','8130918','Young-Thug-9-15-2026'],['Young Thug','The Dome by Rutter Mills','Virginia Beach, VA','Wednesday','9/16/2026','7:30 PM','8130919','Young-Thug-9-16-2026'],['Young Thug','Bojangles Coliseum','Charlotte, NC','Friday','9/18/2026','8:00 PM','8130920','Young-Thug-9-18-2026'],['Young Thug','Red Hat Amphitheater','Raleigh, NC','Saturday','9/19/2026','7:30 PM','8130921','Young-Thug-9-19-2026'],['Young Thug','Lakewood Amphitheatre','Atlanta, GA','Sunday','9/20/2026','8:00 PM','8130922','Young-Thug-9-20-2026'],['Young Thug','The Yuengling Center','Tampa, FL','Wednesday','9/23/2026','8:00 PM','8130923','Young-Thug-9-23-2026'],['Young Thug','Coca-Cola Amphitheater at the BJCC','Birmingham, AL','Friday','9/25/2026','8:00 PM','8130924','Young-Thug-9-25-2026'],['Young Thug','713 Music Hall','Houston, TX','Sunday','9/27/2026','8:00 PM','8130925','Young-Thug-9-27-2026'],['Young Thug','The Pavilion at Toyota Music Factory','Irving, TX','Tuesday','9/29/2026','8:00 PM','8130926','Young-Thug-9-29-2026'],['Young Thug','Moody Amphitheater','Austin, TX','Wednesday','9/30/2026','7:00 PM','8130927','Young-Thug-9-30-2026'],['Young Thug','Arizona Financial Theatre','Phoenix, AZ','Friday','10/2/2026','8:00 PM','8130928','Young-Thug-10-2-2026'],['Young Thug','YouTube Theater at Hollywood Park','Inglewood, CA','Sunday','10/4/2026','8:00 PM','8130929','Young-Thug-10-4-2026']],'Young Thug','http://www.ticketnetwork.com/en/search/?text=Young Thug');