//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
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/ticket/Young-The-Giant-events.aspx');