// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //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([['Carbon Leaf','The Hamilton','Washington, DC','Saturday','8/22/2026','8:00 PM','8057385','Carbon-Leaf-8-22-2026'],['Carbon Leaf','Old Rock House','St. Louis, MO','Thursday','9/24/2026','8:00 PM','7933152','Carbon-Leaf-9-24-2026'],['Carbon Leaf','Empire Garage','Austin, TX','Friday','9/25/2026','8:00 PM','8015766','Carbon-Leaf-9-25-2026'],['Carbon Leaf','Musical Instrument Museum - Music Theater','Phoenix, AZ','Monday','9/28/2026','7:00 PM','7950504','Carbon-Leaf-9-28-2026'],['Carbon Leaf','Brick & Mortar Music Hall','San Francisco, CA','Thursday','10/1/2026','8:00 PM','7997496','Carbon-Leaf-10-1-2026'],['Carbon Leaf','Mississippi Studios','Portland, OR','Friday','10/2/2026','8:00 PM','7940817','Carbon-Leaf-10-2-2026'],['Carbon Leaf','The District Bar - Spokane','Spokane, WA','Monday','10/5/2026','7:30 PM','8034447','Carbon-Leaf-10-5-2026'],['Carbon Leaf','The State Room','Salt Lake City, UT','Wednesday','10/7/2026','8:00 PM','8014642','Carbon-Leaf-10-7-2026'],['Carbon Leaf','Bluebird Theater','Denver, CO','Thursday','10/8/2026','8:00 PM','7962615','Carbon-Leaf-10-8-2026'],['Carbon Leaf','Garage Stage At Knuckleheads Saloon','Kansas City, MO','Friday','10/9/2026','8:00 PM','7942669','Carbon-Leaf-10-9-2026'],['Carbon Leaf','xBk Live','Des Moines, IA','Monday','10/12/2026','7:00 PM','7956304','Carbon-Leaf-10-12-2026'],['Carbon Leaf','Barnato','Omaha, NE','Tuesday','10/13/2026','8:00 PM','7946498','Carbon-Leaf-10-13-2026'],['Carbon Leaf','High Noon Saloon','Madison, WI','Wednesday','10/14/2026','8:00 PM','7997611','Carbon-Leaf-10-14-2026'],['Carbon Leaf','Garcias Chicago','Chicago, IL','Thursday','10/15/2026','8:00 PM','7942362','Carbon-Leaf-10-15-2026'],['Carbon Leaf','The Hi-Fi','Indianapolis, IN','Friday','10/16/2026','7:30 PM','7948335','Carbon-Leaf-10-16-2026'],['Carbon Leaf','The Ark','Ann Arbor, MI','Saturday','10/17/2026','8:00 PM','8014641','Carbon-Leaf-10-17-2026'],['Carbon Leaf','Higher Ground','South Burlington, VT','Friday','11/13/2026','8:00 PM','8058414','Carbon-Leaf-11-13-2026'],['Carbon Leaf','The Sinclair Music Hall ','Cambridge, MA','Saturday','11/14/2026','8:00 PM','8060830','Carbon-Leaf-11-14-2026'],['Carbon Leaf','Neighborhood Theatre','Charlotte, NC','Thursday','11/19/2026','8:00 PM','8058416','Carbon-Leaf-11-19-2026'],['Carbon Leaf','Cat's Cradle','Carrboro, NC','Friday','11/20/2026','8:00 PM','8058415','Carbon-Leaf-11-20-2026'],['Carbon Leaf','Jefferson Theater - VA','Charlottesville, VA','Saturday','11/21/2026','8:00 PM','8058417','Carbon-Leaf-11-21-2026']],'carbon leaf','http://www.ticketnetwork.com/en/search/?text=carbon%20leaf');