//
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([['Iron and Wine','Historic Temple Theatre of Viroqua','Viroqua, WI','Monday','7/7/2025','7:00 PM','7028003','Iron-and-Wine-7-7-2025'],['Iron and Wine','Big Top Chautauqua','Bayfield, WI','Tuesday','7/8/2025','7:30 PM','7025191','Iron-and-Wine-7-8-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Kresge Auditorium at Interlochen Center for the Arts','Interlochen, MI','Thursday','7/10/2025','7:30 PM','7023476','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-10-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Taft Theatre','Cincinnati, OH','Friday','7/11/2025','7:30 PM','7023406','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-11-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Asheville Yards Amphitheater','Asheville, NC','Saturday','7/12/2025','7:00 PM','7023478','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-12-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Koka Booth Amphitheatre At Regency Park','Cary, NC','Sunday','7/13/2025','6:30 PM','7022800','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-13-2025'],['Iron and Wine & I'm With Her','Wolf Trap National Park for the Performing Arts','Vienna, VA','Tuesday','7/15/2025','8:00 PM','6982789','Iron-and-Wine---I-m-With-Her-7-15-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Thompson's Point','Portland, ME','Saturday','7/19/2025','6:30 PM','7023480','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-19-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Ben & Jerry's Concerts on The Green At Shelburne Museum','Shelburne, VT','Sunday','7/20/2025','6:30 PM','7023481','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-20-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Look Park Pines Theatre','Florence, MA','Monday','7/21/2025','6:30 PM','7023482','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-21-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Lewis Ginter Botanical Garden','Richmond, VA','Wednesday','7/23/2025','6:30 PM','7023483','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-23-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Keswick Theatre','Glenside, PA','Thursday','7/24/2025','8:00 PM','7023484','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-24-2025'],['Iron and Wine, I'm With Her & Ken Pomeroy','Beak & Skiff Apple Hill Campus','La Fayette, NY','Friday','7/25/2025','7:00 PM','7023485','Iron-and-Wine--I-m-With-Her---Ken-Pomeroy-7-25-2025'],['Band of Horses & Iron and Wine','Marymoor Park','Redmond, WA','Thursday','9/18/2025','7:00 PM','7107924','Band-of-Horses---Iron-and-Wine-9-18-2025'],['Band of Horses & Iron and Wine','The Wiltern','Los Angeles, CA','Wednesday','9/24/2025','8:00 PM','7108027','Band-of-Horses---Iron-and-Wine-9-24-2025'],['Band of Horses & Iron and Wine','The Sound At The Del Mar Fairgrounds','Del Mar, CA','Friday','9/26/2025','8:00 PM','7108030','Band-of-Horses---Iron-and-Wine-9-26-2025'],['Band of Horses & Iron and Wine','Gila River Hotels & Casinos - Wild Horse Pass','Chandler, AZ','Sunday','9/28/2025','7:00 PM','7108029','Band-of-Horses---Iron-and-Wine-9-28-2025'],['Band of Horses & Iron and Wine','Pepsi Amphitheatre at Fort Tuthill','Flagstaff, AZ','Tuesday','9/30/2025','7:00 PM','7107047','Band-of-Horses---Iron-and-Wine-9-30-2025'],['Band of Horses & Iron and Wine','House Of Blues - Anaheim','Anaheim, CA','Thursday','10/2/2025','6:30 PM','7108028','Band-of-Horses---Iron-and-Wine-10-2-2025'],['Andrew Bird, Calexico & Iron and Wine','Oxbow Riverstage','Napa, CA','Friday','6/27/2070','TBD','4396360','Andrew-Bird--Calexico---Iron-and-Wine-6-27-2070']],'Iron and Wine','http://www.ticketnetwork.com/en/search/?text=Iron and Wine');