//
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([['Wildflower Arts and Music Festival: Young The Giant, The Revivalists, Cold War Kids & Black Joe Lewis - 3 Day Pass','Galatyn Park','Richardson, TX','Friday','5/16/2025','TBD','6833986','Wildflower-Arts-and-Music-Festival--Young-The-Giant--The-Revivalists--Cold-War-Kids---Black-Joe-Lewis---3-Day-Pass-5-16-2025'],['Wildflower Arts and Music Festival: Young the Giant, Needtobreathe, Parmalee & Moon Taxi - Friday','Galatyn Park','Richardson, TX','Friday','5/16/2025','6:00 PM','6995540','Wildflower-Arts-and-Music-Festival--Young-the-Giant--Needtobreathe--Parmalee---Moon-Taxi---Friday-5-16-2025'],['Let's Go Music Festival: Young The Giant, Milky Chance, Third Eye Blind & Hot Mulligan - 2 Day Pass','Anne Arundel County Fairgrounds','Crownsville, MD','Friday','6/6/2025','TBD','6819482','Let-s-Go-Music-Festival--Young-The-Giant--Milky-Chance--Third-Eye-Blind---Hot-Mulligan---2-Day-Pass-6-6-2025'],['Young the Giant','Hard Rock Cincinnati Outdoor Arena','Cincinnati, OH','Friday','6/27/2025','7:00 PM','7037185','Young-the-Giant-6-27-2025'],['The Lumineers, Young The Giant & Hippo Campus','Citi Field','Flushing, NY','Friday','7/11/2025','6:30 PM','6987673','The-Lumineers--Young-The-Giant---Hippo-Campus-7-11-2025'],['Young the Giant','Tropicana Showroom at Tropicana Casino - NJ','Atlantic City, NJ','Saturday','7/12/2025','8:00 PM','7082426','Young-the-Giant-7-12-2025'],['Young the Giant','Freeman Arts Pavilion','Selbyville, DE','Sunday','7/13/2025','7:00 PM','7137926','Young-the-Giant-7-13-2025'],['Young the Giant','Seneca Niagara Events Center At Seneca Niagara Resort & Casino','Niagara Falls, NY','Saturday','7/19/2025','8:00 PM','7081408','Young-the-Giant-7-19-2025'],['Young the Giant','Troubadour','West Hollywood, CA','Thursday','9/4/2025','8:00 PM','6602766','Young-the-Giant-9-4-2025'],['Young the Giant','Troubadour','West Hollywood, CA','Friday','9/5/2025','8:00 PM','6602767','Young-the-Giant-9-5-2025'],['Young the Giant','Pacific Amphitheatre','Costa Mesa, CA','Friday','9/12/2025','7:30 PM','7108495','Young-the-Giant-9-12-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'],['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','http://www.ticketnetwork.com/en/search/?text=young%20the%20giant');