// 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-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([['Chet Faker','The Novo','Los Angeles, CA','Thursday','4/30/2026','8:00 PM','7513065','Chet-Faker-4-30-2026'],['Chet Faker','Music Box - San Diego','San Diego, CA','Friday','5/1/2026','9:00 PM','7513073','Chet-Faker-5-1-2026'],['Chet Faker','The Van Buren','Phoenix, AZ','Sunday','5/3/2026','8:00 PM','7512922','Chet-Faker-5-3-2026'],['Chet Faker','Ventura Music Hall','Ventura, CA','Monday','5/4/2026','8:00 PM','7513067','Chet-Faker-5-4-2026'],['Chet Faker','Warfield','San Francisco, CA','Tuesday','5/5/2026','8:00 PM','7513061','Chet-Faker-5-5-2026'],['Chet Faker','The Showbox','Seattle, WA','Thursday','5/7/2026','8:30 PM','7513119','Chet-Faker-5-7-2026'],['Chet Faker','Vogue Theatre - BC','Vancouver, Canada','Friday','5/8/2026','8:00 PM','7513063','Chet-Faker-5-8-2026'],['Chet Faker','Roseland Theater','Portland, OR','Saturday','5/9/2026','8:30 PM','7513072','Chet-Faker-5-9-2026'],['Chet Faker','Metro Music Hall','Salt Lake City, UT','Monday','5/11/2026','7:00 PM','7513074','Chet-Faker-5-11-2026'],['Chet Faker','The Summit Music Hall','Denver, CO','Wednesday','5/13/2026','8:00 PM','7513095','Chet-Faker-5-13-2026'],['Chet Faker','Emo's East','Austin, TX','Friday','5/15/2026','7:00 PM','7512920','Chet-Faker-5-15-2026'],['Chet Faker','The Echo Lounge and Music Hall','Dallas, TX','Saturday','5/16/2026','7:00 PM','7512924','Chet-Faker-5-16-2026'],['Chet Faker','Heaven Stage at Masquerade - GA','Atlanta, GA','Monday','5/18/2026','7:00 PM','7512921','Chet-Faker-5-18-2026'],['Chet Faker','Vic Theatre','Chicago, IL','Wednesday','5/20/2026','7:30 PM','7513071','Chet-Faker-5-20-2026'],['Chet Faker','Phoenix Concert Theatre','Toronto, Canada','Friday','5/22/2026','8:00 PM','7513070','Chet-Faker-5-22-2026'],['Chet Faker','MTelus','Montreal, Canada','Sunday','5/24/2026','8:00 PM','7513062','Chet-Faker-5-24-2026'],['Chet Faker','Big Night Live','Boston, MA','Tuesday','5/26/2026','8:00 PM','7513066','Chet-Faker-5-26-2026'],['Chet Faker','9:30 Club','Washington, DC','Wednesday','5/27/2026','7:00 PM','7512919','Chet-Faker-5-27-2026'],['Chet Faker','Union Transfer','Philadelphia, PA','Friday','5/29/2026','8:00 PM','7513397','Chet-Faker-5-29-2026'],['Chet Faker','The Rooftop at Pier 17','New York, NY','Saturday','5/30/2026','7:00 PM','7513398','Chet-Faker-5-30-2026']],'chet faker','http://www.ticketnetwork.com/en/search/?text=chet%20faker');