// 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-04A 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([['Evanston Folk Festival: Iron and Wine, Margo Price, & Watchhouse - 2 Day Pass','Dawes Park','Evanston, IL','Saturday','9/6/2025','TBD','7116906','Evanston-Folk-Festival--Iron-and-Wine--Margo-Price----Watchhouse---2-Day-Pass-9-6-2025'],['Ohana Music Festival: Eddie Vedder, Hozier & Green Day - 3 Day Pass','Doheny State Beach','Dana Point, CA','Friday','9/26/2025','TBD','7122504','Ohana-Music-Festival--Eddie-Vedder--Hozier---Green-Day---3-Day-Pass-9-26-2025'],['Ohana Music Festival: Hozier & Leon Bridges - Saturday Pass','Doheny State Beach','Dana Point, CA','Saturday','9/27/2025','12:00 PM','7122506','Ohana-Music-Festival--Hozier---Leon-Bridges---Saturday-Pass-9-27-2025'],['Margo Price','Delmar Hall','St. Louis, MO','Thursday','10/23/2025','8:00 PM','7270729','Margo-Price-10-23-2025'],['Margo Price','Knuckleheads Saloon Indoor Stage','Kansas City, MO','Friday','10/24/2025','8:00 PM','7270735','Margo-Price-10-24-2025'],['Margo Price','The Castle Theatre','Bloomington, IL','Saturday','10/25/2025','8:00 PM','7270736','Margo-Price-10-25-2025'],['Margo Price','Majestic Theatre Madison','Madison, WI','Tuesday','10/28/2025','8:00 PM','7271891','Margo-Price-10-28-2025'],['Margo Price','Sanctuary Events Center','Fargo, ND','Wednesday','10/29/2025','8:00 PM','7270746','Margo-Price-10-29-2025'],['Margo Price','The Elm - Bozeman','Bozeman, MT','Friday','10/31/2025','8:00 PM','7271908','Margo-Price-10-31-2025'],['Margo Price','Center Theater At Jackson Hole Center For The Arts','Jackson, WY','Saturday','11/1/2025','7:00 PM','7270748','Margo-Price-11-1-2025'],['Margo Price','The Wilma Theatre - MT','Missoula, MT','Sunday','11/2/2025','8:00 PM','7270749','Margo-Price-11-2-2025'],['Margo Price','Hollywood Theatre - Vancouver','Vancouver, Canada','Tuesday','11/4/2025','8:00 PM','7270750','Margo-Price-11-4-2025'],['Margo Price','The Neptune Theatre','Seattle, WA','Wednesday','11/5/2025','8:00 PM','7270751','Margo-Price-11-5-2025'],['Margo Price','Wonder Ballroom','Portland, OR','Friday','11/7/2025','8:00 PM','7270755','Margo-Price-11-7-2025'],['Margo Price','Treefort Music Hall','Boise, ID','Saturday','11/8/2025','7:00 PM','7270756','Margo-Price-11-8-2025'],['Margo Price','Crown Room at Crystal Bay Club Casino','Crystal Bay, NV','Sunday','11/9/2025','8:00 PM','7270757','Margo-Price-11-9-2025'],['Margo Price','The Commonwealth Room','Salt Lake City, UT','Tuesday','11/11/2025','8:00 PM','7270770','Margo-Price-11-11-2025'],['Margo Price','Belly Up Aspen','Aspen, CO','Wednesday','11/12/2025','8:00 PM','7270771','Margo-Price-11-12-2025'],['Margo Price','Longhorn Ballroom','Dallas, TX','Friday','11/14/2025','8:00 PM','7270772','Margo-Price-11-14-2025'],['Margo Price','Emo's East','Austin, TX','Saturday','11/15/2025','8:00 PM','7270775','Margo-Price-11-15-2025'],['Margo Price','John T. Floore Country Store','Helotes, TX','Sunday','11/16/2025','7:30 PM','7270779','Margo-Price-11-16-2025'],['Margo Price','Variety Playhouse','Atlanta, GA','Tuesday','11/18/2025','8:00 PM','7270783','Margo-Price-11-18-2025'],['Margo Price','Ryman Auditorium','Nashville, TN','Thursday','11/20/2025','7:30 PM','7270784','Margo-Price-11-20-2025'],['Margo Price','Headliners Music Hall - KY','Louisville, KY','Friday','11/21/2025','8:00 PM','7270785','Margo-Price-11-21-2025'],['Margo Price','Saint Andrews Hall - Detroit','Detroit, MI','Saturday','11/22/2025','7:00 PM','7270786','Margo-Price-11-22-2025']],'Margo Price','http://www.ticketnetwork.com/en/search/?text=Margo%20Price');