//
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([['T. Barb','Clarence Muse Cafe Theater','Dallas, TX','Friday','3/14/2025','9:00 PM','6667993','T--Barb-3-14-2025'],['T. Barb','Clarence Muse Cafe Theater','Dallas, TX','Saturday','3/15/2025','9:00 PM','6667994','T--Barb-3-15-2025'],['Ajeva & Funkwando','The Evening Muse','Charlotte, NC','Saturday','3/15/2025','10:30 PM','6955590','Ajeva---Funkwando-3-15-2025'],['Amelia Day','The Evening Muse','Charlotte, NC','Wednesday','3/19/2025','7:30 PM','6955593','Amelia-Day-3-19-2025'],['Peter Case','The Evening Muse','Charlotte, NC','Thursday','3/20/2025','7:30 PM','6955589','Peter-Case-3-20-2025'],['Timothy Chandler Hicks','The Evening Muse','Charlotte, NC','Friday','3/21/2025','7:30 PM','6955595','Timothy-Chandler-Hicks-3-21-2025'],['Gaye Arbuckle','Clarence Muse Cafe Theater','Dallas, TX','Friday','3/21/2025','9:00 PM','6668001','Gaye-Arbuckle-3-21-2025'],['Gaye Arbuckle','Clarence Muse Cafe Theater','Dallas, TX','Saturday','3/22/2025','9:00 PM','6668038','Gaye-Arbuckle-3-22-2025'],['Waylon Wyatt','The Evening Muse','Charlotte, NC','Sunday','3/23/2025','4:00 PM','6838174','Waylon-Wyatt-3-23-2025'],['Waylon Wyatt','The Evening Muse','Charlotte, NC','Sunday','3/23/2025','7:30 PM','6833660','Waylon-Wyatt-3-23-2025'],['Art Spiegelman: Disaster is My Muse','Florence Gould Hall','New York, NY','Friday','3/28/2025','7:30 PM','7022330','Art-Spiegelman--Disaster-is-My-Muse-3-28-2025'],['For Colored Brothers - Dress Performance Theatre Series','Clarence Muse Cafe Theater','Dallas, TX','Friday','3/28/2025','8:15 PM','6673085','For-Colored-Brothers---Dress-Performance-Theatre-Series-3-28-2025'],['For Colored Brothers - Dress Performance Theatre Series','Clarence Muse Cafe Theater','Dallas, TX','Saturday','3/29/2025','3:00 PM','6673095','For-Colored-Brothers---Dress-Performance-Theatre-Series-3-29-2025'],['Luke Bower','The Evening Muse','Charlotte, NC','Saturday','3/29/2025','7:30 PM','6955594','Luke-Bower-3-29-2025'],['For Colored Brothers - Dress Performance Theatre Series','Clarence Muse Cafe Theater','Dallas, TX','Saturday','3/29/2025','8:15 PM','6673096','For-Colored-Brothers---Dress-Performance-Theatre-Series-3-29-2025'],['Rags and Riches','The Evening Muse','Charlotte, NC','Saturday','3/29/2025','10:30 PM','6955631','Rags-and-Riches-3-29-2025'],['Willi Carlisle','The Evening Muse','Charlotte, NC','Friday','4/4/2025','7:30 PM','6931599','Willi-Carlisle-4-4-2025'],['Andrea Wallace','Clarence Muse Cafe Theater','Dallas, TX','Friday','4/4/2025','9:00 PM','6677081','Andrea-Wallace-4-4-2025'],['Andrea Wallace','Clarence Muse Cafe Theater','Dallas, TX','Saturday','4/5/2025','9:00 PM','6677132','Andrea-Wallace-4-5-2025'],['Bella White','The Evening Muse','Charlotte, NC','Wednesday','4/9/2025','7:00 PM','6961143','Bella-White-4-9-2025'],['Bakalao Stars','The Evening Muse','Charlotte, NC','Friday','4/11/2025','10:30 PM','6955630','Bakalao-Stars-4-11-2025'],['BabyJake','The Evening Muse','Charlotte, NC','Saturday','4/12/2025','7:30 PM','6958530','BabyJake-4-12-2025'],['Satellite Dog','The Evening Muse','Charlotte, NC','Saturday','4/12/2025','10:30 PM','6955632','Satellite-Dog-4-12-2025'],['Water Tower','The Evening Muse','Charlotte, NC','Thursday','4/17/2025','7:30 PM','6955634','Water-Tower-4-17-2025'],['Poets N' Jazz','Clarence Muse Cafe Theater','Dallas, TX','Friday','4/25/2025','9:00 PM','6683267','Poets-N--Jazz-4-25-2025']],'muse','http://www.ticketnetwork.com/en/search/?text=muse');