//
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([['The Lacs','The Machine Shop Concert Lounge','Flint, MI','Thursday','4/9/2026','7:00 PM','7752433','The-Lacs-4-9-2026'],['The Lacs & Giovannie and The Hired Guns','Grewal Hall at 224','Lansing, MI','Wednesday','4/22/2026','8:00 PM','7749391','The-Lacs---Giovannie-and-The-Hired-Guns-4-22-2026'],['The Lacs & Giovannie and The Hired Guns','The King of Clubs - Columbus','Columbus, OH','Thursday','4/23/2026','6:30 PM','7749395','The-Lacs---Giovannie-and-The-Hired-Guns-4-23-2026'],['The Lacs & Giovannie and The Hired Guns','Kegs Canalside Events Center','Jordan, NY','Friday','4/24/2026','6:00 PM','7749396','The-Lacs---Giovannie-and-The-Hired-Guns-4-24-2026'],['The Lacs & Giovannie and The Hired Guns','Touch of Texas','Binghamton, NY','Saturday','4/25/2026','7:00 PM','7749392','The-Lacs---Giovannie-and-The-Hired-Guns-4-25-2026'],['The Lacs & Giovannie and The Hired Guns','Town Ballroom','Buffalo, NY','Sunday','4/26/2026','7:00 PM','7748462','The-Lacs---Giovannie-and-The-Hired-Guns-4-26-2026'],['The Lacs & Giovannie and The Hired Guns','Empire Live','Albany, NY','Tuesday','4/28/2026','8:00 PM','7749393','The-Lacs---Giovannie-and-The-Hired-Guns-4-28-2026'],['The Lacs & Giovannie and The Hired Guns','Capital City Music Hall','Harrisburg, PA','Wednesday','4/29/2026','7:00 PM','7761516','The-Lacs---Giovannie-and-The-Hired-Guns-4-29-2026'],['The Lacs & Giovannie and The Hired Guns','The Hall at Bourbon Brothers - GA','Gainesville, GA','Wednesday','5/6/2026','7:00 PM','7749416','The-Lacs---Giovannie-and-The-Hired-Guns-5-6-2026'],['The Lacs & Giovannie and The Hired Guns','Eastside Bowl','Madison, TN','Thursday','5/7/2026','8:00 PM','7748584','The-Lacs---Giovannie-and-The-Hired-Guns-5-7-2026'],['The Lacs & Giovannie and The Hired Guns','Iron City - Birmingham','Birmingham, AL','Friday','5/8/2026','8:00 PM','7749394','The-Lacs---Giovannie-and-The-Hired-Guns-5-8-2026'],['The Lacs & Giovannie and The Hired Guns','Soul Kitchen','Mobile, AL','Saturday','5/9/2026','8:00 PM','7748466','The-Lacs---Giovannie-and-The-Hired-Guns-5-9-2026'],['Colt Ford & The Lacs','Sweetland Amphitheatre at Boyd Park','Lagrange, GA','Friday','8/21/2026','8:00 PM','7791104','Colt-Ford---The-Lacs-8-21-2026'],['The Lacs & Demun Jones','Original Bar & Nightclub','Minot, ND','Friday','5/22/2071','9:00 PM','4382927','The-Lacs---Demun-Jones-5-22-2071']],'The Lacs','http://www.ticketnetwork.com/en/search/?text=The Lacs');