//
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([['TajMo: Taj Mahal & Keb Mo ','McCaw Hall','Seattle, WA','Tuesday','9/1/2026','8:00 PM','7917088','TajMo--Taj-Mahal---Keb-Mo--9-1-2026'],['TajMo: Taj Mahal & Keb Mo ','Holly Theatre - OR','Medford, OR','Wednesday','9/2/2026','8:00 PM','7920966','TajMo--Taj-Mahal---Keb-Mo--9-2-2026'],['TajMo: Taj Mahal & Keb Mo ','Mountain Winery','Saratoga, CA','Thursday','9/3/2026','7:30 PM','7851556','TajMo--Taj-Mahal---Keb-Mo--9-3-2026'],['TajMo: Taj Mahal & Keb Mo ','Weill Hall At Green Music Center','Rohnert Park, CA','Saturday','9/5/2026','7:30 PM','7920348','TajMo--Taj-Mahal---Keb-Mo--9-5-2026'],['TajMo: Taj Mahal & Keb Mo ','Cerritos Center','Cerritos, CA','Thursday','9/10/2026','8:00 PM','7935172','TajMo--Taj-Mahal---Keb-Mo--9-10-2026'],['TajMo: Taj Mahal & Keb Mo ','Humphreys Concerts By The Bay','San Diego, CA','Friday','9/11/2026','7:30 PM','7791655','TajMo--Taj-Mahal---Keb-Mo--9-11-2026'],['TajMo: Taj Mahal & Keb Mo ','Fox Tucson Theatre','Tucson, AZ','Sunday','9/13/2026','3:00 PM','7919699','TajMo--Taj-Mahal---Keb-Mo--9-13-2026'],['TajMo: Taj Mahal & Keb Mo ','Fox Tucson Theatre','Tucson, AZ','Sunday','9/13/2026','7:00 PM','7925928','TajMo--Taj-Mahal---Keb-Mo--9-13-2026'],['TajMo: Taj Mahal & Keb Mo ','Chautauqua Auditorium','Boulder, CO','Tuesday','9/15/2026','7:00 PM','7794021','TajMo--Taj-Mahal---Keb-Mo--9-15-2026'],['TajMo: Taj Mahal & Keb Mo ','Paramount Theatre - Denver','Denver, CO','Thursday','9/17/2026','7:00 PM','7917014','TajMo--Taj-Mahal---Keb-Mo--9-17-2026'],['TajMo: Taj Mahal & Keb Mo ','Santa Fe Opera Theatre','Santa Fe, NM','Sunday','9/20/2026','7:00 PM','7982290','TajMo--Taj-Mahal---Keb-Mo--9-20-2026'],['TajMo: Taj Mahal & Keb Mo ','Texas Trust CU Theatre at Grand Prairie','Grand Prairie, TX','Tuesday','9/22/2026','8:00 PM','7920832','TajMo--Taj-Mahal---Keb-Mo--9-22-2026'],['TajMo: Taj Mahal & Keb Mo ','HEB Performance Hall At Tobin Center for the Performing Arts','San Antonio, TX','Wednesday','9/23/2026','7:30 PM','7925405','TajMo--Taj-Mahal---Keb-Mo--9-23-2026'],['TajMo: Taj Mahal & Keb Mo ','Mahalia Jackson Theater for the Performing Arts','New Orleans, LA','Friday','9/25/2026','8:00 PM','7919669','TajMo--Taj-Mahal---Keb-Mo--9-25-2026'],['TajMo: Taj Mahal & Keb Mo ','Houston Arena Theatre','Houston, TX','Saturday','9/26/2026','8:00 PM','7917051','TajMo--Taj-Mahal---Keb-Mo--9-26-2026']],'Keb Mo','http://www.ticketnetwork.com/en/search/?text=Keb Mo');