//
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([['Bakalao Stars','The Evening Muse','Charlotte, NC','Friday','4/3/2026','10:30 PM','7822733','Bakalao-Stars-4-3-2026'],['aMUSEd - A Comedy Showcase','The Evening Muse','Charlotte, NC','Saturday','4/4/2026','7:30 PM','7822752','aMUSEd---A-Comedy-Showcase-4-4-2026'],['Grag Queen','The Evening Muse','Charlotte, NC','Sunday','4/5/2026','7:30 PM','7620388','Grag-Queen-4-5-2026'],['Mel Bryant and the Mercy Makers','The Evening Muse','Charlotte, NC','Wednesday','4/8/2026','7:30 PM','7822754','Mel-Bryant-and-the-Mercy-Makers-4-8-2026'],['Mid America and Little Hopes','The Evening Muse','Charlotte, NC','Thursday','4/9/2026','7:30 PM','7822756','Mid-America-and-Little-Hopes-4-9-2026'],['Pretoria','The Evening Muse','Charlotte, NC','Saturday','4/11/2026','7:30 PM','7822737','Pretoria-4-11-2026'],['MJT','The Evening Muse','Charlotte, NC','Saturday','4/11/2026','10:30 PM','7822753','MJT-4-11-2026'],['The Braymores & Echo Plum','The Evening Muse','Charlotte, NC','Sunday','4/12/2026','7:30 PM','7732919','The-Braymores---Echo-Plum-4-12-2026'],['Barnaby Bright','The Evening Muse','Charlotte, NC','Thursday','4/16/2026','7:30 PM','7822736','Barnaby-Bright-4-16-2026'],['Jackie Venson','The Evening Muse','Charlotte, NC','Friday','4/17/2026','7:30 PM','7641012','Jackie-Venson-4-17-2026'],['Ashley Kutcher','The Evening Muse','Charlotte, NC','Saturday','4/18/2026','7:00 PM','7704355','Ashley-Kutcher-4-18-2026'],['Pat McGee','The Evening Muse','Charlotte, NC','Sunday','4/19/2026','7:30 PM','7822765','Pat-McGee-4-19-2026'],['Ramona and The Holy Smokes & Rebecca Porter','The Evening Muse','Charlotte, NC','Thursday','4/23/2026','7:30 PM','7822785','Ramona-and-The-Holy-Smokes---Rebecca-Porter-4-23-2026'],['Philip Bowen & Jordan Lee King','The Evening Muse','Charlotte, NC','Friday','4/24/2026','7:30 PM','7822780','Philip-Bowen---Jordan-Lee-King-4-24-2026'],['Barnhouse and The Band Memo','The Evening Muse','Charlotte, NC','Friday','4/24/2026','10:30 PM','7822796','Barnhouse-and-The-Band-Memo-4-24-2026'],['Erick Baker','The Evening Muse','Charlotte, NC','Saturday','4/25/2026','7:30 PM','7748327','Erick-Baker-4-25-2026'],['Howie Day','The Evening Muse','Charlotte, NC','Tuesday','4/28/2026','7:30 PM','7740613','Howie-Day-4-28-2026'],['Tyler Ramsey & Carl Broemel','The Evening Muse','Charlotte, NC','Wednesday','4/29/2026','7:30 PM','7822767','Tyler-Ramsey---Carl-Broemel-4-29-2026'],['Gavin Marengi','The Evening Muse','Charlotte, NC','Thursday','4/30/2026','7:30 PM','7641018','Gavin-Marengi-4-30-2026'],['Parrotfish','The Evening Muse','Charlotte, NC','Friday','5/1/2026','10:30 PM','7822770','Parrotfish-5-1-2026'],['Moe Mitch','The Evening Muse','Charlotte, NC','Thursday','5/7/2026','7:30 PM','7694986','Moe-Mitch-5-7-2026'],['Muse - A Salute to the Divas of the 90s','The Sinclair Music Hall ','Cambridge, MA','Thursday','5/7/2026','8:30 PM','7802735','Muse---A-Salute-to-the-Divas-of-the-90s-5-7-2026'],['Fabrizio, Hannah Marie Kelley & Timbo','The Evening Muse','Charlotte, NC','Saturday','5/9/2026','7:30 PM','7822795','Fabrizio--Hannah-Marie-Kelley---Timbo-5-9-2026'],['Ryan Montbleau','The Evening Muse','Charlotte, NC','Sunday','5/10/2026','7:30 PM','7822766','Ryan-Montbleau-5-10-2026'],['Cristina Vane & Andrew Scotchie','The Evening Muse','Charlotte, NC','Tuesday','5/12/2026','7:30 PM','7822794','Cristina-Vane---Andrew-Scotchie-5-12-2026']],'muse','http://www.ticketnetwork.com/en/search/?text=muse');