// 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-01B 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([['Christone Kingfish Ingram','Sunset Center','Carmel By The Sea, CA','Wednesday','5/15/2024','7:30 PM','6285922','Christone-Kingfish-Ingram-5-15-2024'],['Christone Kingfish Ingram','The Center For The Arts - Grass Valley','Grass Valley, CA','Thursday','5/16/2024','8:00 PM','6285527','Christone-Kingfish-Ingram-5-16-2024'],['Christone Kingfish Ingram','Upper Merion Township Building Park','King Of Prussia, PA','Thursday','5/23/2024','7:00 PM','6370518','Christone-Kingfish-Ingram-5-23-2024'],['Boston Calling Music Festival: Ed Sheeran, Tyler Childers, The Killers & Leon Bridges - 3 Day Pass','Harvard Athletic Complex','Cambridge, MA','Friday','5/24/2024','TBD','6144674','Boston-Calling-Music-Festival--Ed-Sheeran--Tyler-Childers--The-Killers---Leon-Bridges---3-Day-Pass-5-24-2024'],['Christone Kingfish Ingram','Penns Peak','Jim Thorpe, PA','Friday','5/24/2024','8:00 PM','6283785','Christone-Kingfish-Ingram-5-24-2024'],['Christone Kingfish Ingram','Infinity Music Hall & Bistro','Hartford, CT','Saturday','5/25/2024','8:00 PM','6370517','Christone-Kingfish-Ingram-5-25-2024'],['Boston Calling Music Festival: The Killers, Hozier, Megan Thee Stallion & The Revivalists - Sunday','Harvard Athletic Complex','Cambridge, MA','Sunday','5/26/2024','1:00 PM','6144729','Boston-Calling-Music-Festival--The-Killers--Hozier--Megan-Thee-Stallion---The-Revivalists---Sunday-5-26-2024'],['Christone Kingfish Ingram','Higher Ground','South Burlington, VT','Wednesday','5/29/2024','8:00 PM','6333957','Christone-Kingfish-Ingram-5-29-2024'],['Christone Kingfish Ingram','Le National','Montreal, Canada','Friday','5/31/2024','8:00 PM','6268695','Christone-Kingfish-Ingram-5-31-2024'],['Christone Kingfish Ingram','The Opera House - Toronto','Toronto, Canada','Sunday','6/2/2024','8:00 PM','6358278','Christone-Kingfish-Ingram-6-2-2024'],['Christone Kingfish Ingram','The Asylum at Masonic Temple','Cleveland, OH','Thursday','6/20/2024','8:00 PM','6364974','Christone-Kingfish-Ingram-6-20-2024'],['Christone Kingfish Ingram','Mr Small's Theatre','Pittsburgh, PA','Friday','6/21/2024','8:00 PM','6357205','Christone-Kingfish-Ingram-6-21-2024'],['Christone Kingfish Ingram','XL Live','Harrisburg, PA','Wednesday','6/26/2024','8:00 PM','6256197','Christone-Kingfish-Ingram-6-26-2024'],['Christone Kingfish Ingram','The Fillmore Silver Spring','Silver Spring, MD','Thursday','6/27/2024','8:00 PM','6256158','Christone-Kingfish-Ingram-6-27-2024'],['Slash, Christone Kingfish Ingram, ZZ Ward & Robert Randolph','Texas Trust CU Theatre at Grand Prairie','Grand Prairie, TX','Saturday','8/17/2024','6:30 PM','6316884','Slash--Christone-Kingfish-Ingram--ZZ-Ward---Robert-Randolph-8-17-2024'],['Experience Hendrix: Kenny Wayne Shepherd, Christone Kingfish Ingram & Eric Johnson','The Rady Shell at Jacobs Park','San Diego, CA','Thursday','10/3/2024','7:00 PM','6406341','Experience-Hendrix--Kenny-Wayne-Shepherd--Christone-Kingfish-Ingram---Eric-Johnson-10-3-2024'],['Experience Hendrix: Kenny Wayne Shepherd, Christone Kingfish Ingram & Eric Johnson','Majestic Theatre - San Antonio','San Antonio, TX','Wednesday','10/9/2024','7:00 PM','6406317','Experience-Hendrix--Kenny-Wayne-Shepherd--Christone-Kingfish-Ingram---Eric-Johnson-10-9-2024']],'Christone Kingfish Ingram','http://www.ticketnetwork.com/en/search/?text=Christone Kingfish Ingram');