// 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-03A 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([['Young The Giant','Fountain Street Church','Grand Rapids, MI','Thursday','9/18/2025','7:00 PM','7193705','Young-The-Giant-9-18-2025'],['Young The Giant','Lincoln Theatre - DC','Washington, DC','Sunday','9/21/2025','8:00 PM','7191717','Young-The-Giant-9-21-2025'],['Young The Giant','Lincoln Theatre - DC','Washington, DC','Monday','9/22/2025','8:00 PM','7191719','Young-The-Giant-9-22-2025'],['Young The Giant','The National - VA','Richmond, VA','Thursday','9/25/2025','7:30 PM','7193706','Young-The-Giant-9-25-2025'],['Young The Giant','Firefly Distillery','North Charleston, SC','Friday','9/26/2025','7:00 PM','7191727','Young-The-Giant-9-26-2025'],['Pilgrimage Music and Cultural Festival: Kings of Leon, Turnpike Troubadours, John Mayer & Young The Giant - 2 Day Pass','The Park at Harlinsdale Farm','Franklin, TN','Saturday','9/27/2025','TBD','7098271','Pilgrimage-Music-and-Cultural-Festival--Kings-of-Leon--Turnpike-Troubadours--John-Mayer---Young-The-Giant---2-Day-Pass-9-27-2025'],['Young The Giant','The Coves Amphitheater','Union Hall, VA','Saturday','9/27/2025','6:15 PM','7193708','Young-The-Giant-9-27-2025'],['Pilgrimage Music and Cultural Festival: John Mayer, Young The Giant, Sam Fender & Grae Potter - Sunday','The Park at Harlinsdale Farm','Franklin, TN','Sunday','9/28/2025','1:00 PM','7098185','Pilgrimage-Music-and-Cultural-Festival--John-Mayer--Young-The-Giant--Sam-Fender---Grae-Potter---Sunday-9-28-2025'],['Young The Giant','Orpheum Theatre - Madison ','Madison, WI','Wednesday','10/1/2025','8:00 PM','7264220','Young-The-Giant-10-1-2025'],['Young The Giant','Historic Main Stage at Athenaeum Center - IL','Chicago, IL','Thursday','10/2/2025','7:00 PM','7191751','Young-The-Giant-10-2-2025'],['Young The Giant','Historic Main Stage at Athenaeum Center - IL','Chicago, IL','Friday','10/3/2025','8:00 PM','7191758','Young-The-Giant-10-3-2025'],['Young The Giant','Uptown Theater - KC','Kansas City, MO','Sunday','10/5/2025','8:00 PM','7191763','Young-The-Giant-10-5-2025'],['Young The Giant','Red Rocks Amphitheatre','Morrison, CO','Tuesday','10/7/2025','6:30 PM','7191949','Young-The-Giant-10-7-2025']],'young the giant','http://www.ticketnetwork.com/en/search/?text=young%20the%20giant');