//
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([['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','Strand Theatre at Appell Center for the Performing Arts','York, PA','Thursday','2/12/2026','7:30 PM','7473579','Margo-Price-2-12-2026'],['Margo Price','Haw River Ballroom','Saxapahaw, NC','Friday','2/13/2026','8:00 PM','7472768','Margo-Price-2-13-2026'],['Margo Price','The Schaefer Center for the Performing Arts','Boone, NC','Saturday','2/14/2026','7:30 PM','7426249','Margo-Price-2-14-2026'],['Margo Price','Jefferson Theater - VA','Charlottesville, VA','Monday','2/16/2026','8:00 PM','7472924','Margo-Price-2-16-2026'],['Margo Price','9:30 Club','Washington, DC','Tuesday','2/17/2026','7:00 PM','7472923','Margo-Price-2-17-2026'],['Margo Price','Webster Hall','New York, NY','Thursday','2/19/2026','8:00 PM','7473059','Margo-Price-2-19-2026'],['Margo Price','Theatre Of The Living Arts','Philadelphia, PA','Friday','2/20/2026','8:00 PM','7472921','Margo-Price-2-20-2026'],['Margo Price','Royale Boston','Boston, MA','Saturday','2/21/2026','8:00 PM','7472979','Margo-Price-2-21-2026'],['Margo Price','Higher Ground','South Burlington, VT','Sunday','2/22/2026','8:00 PM','7473054','Margo-Price-2-22-2026'],['Margo Price','Electric City','Buffalo, NY','Tuesday','2/24/2026','8:00 PM','7473056','Margo-Price-2-24-2026'],['Margo Price','Phoenix Concert Theatre','Toronto, Canada','Wednesday','2/25/2026','7:00 PM','7472794','Margo-Price-2-25-2026'],['Margo Price','Bearsville Theater','Woodstock, NY','Thursday','2/26/2026','8:00 PM','7472731','Margo-Price-2-26-2026'],['Margo Price','Metro Chicago','Chicago, IL','Saturday','2/28/2026','7:30 PM','7472733','Margo-Price-2-28-2026'],['Margo Price','First Avenue','Minneapolis, MN','Sunday','3/1/2026','8:00 PM','7473057','Margo-Price-3-1-2026'],['Margo Price','Washington's - Fort Collins','Fort Collins, CO','Tuesday','3/3/2026','7:00 PM','7472736','Margo-Price-3-3-2026'],['Margo Price','Gothic Theatre','Englewood, CO','Wednesday','3/4/2026','8:00 PM','7473060','Margo-Price-3-4-2026'],['Margo Price','Goldfield Trading Post - Roseville','Roseville, CA','Friday','3/6/2026','7:00 PM','7473580','Margo-Price-3-6-2026'],['Margo Price','The Fillmore - San Francisco','San Francisco, CA','Saturday','3/7/2026','8:00 PM','7472922','Margo-Price-3-7-2026'],['Margo Price','Pappy & Harriet's Pioneertown Palace - Indoor Stage','Pioneertown, CA','Tuesday','3/10/2026','9:00 PM','7473055','Margo-Price-3-10-2026'],['Margo Price','The Fonda Theatre','Los Angeles, CA','Thursday','3/12/2026','9:00 PM','7473053','Margo-Price-3-12-2026'],['Margo Price','Belly Up Tavern','Solana Beach, CA','Friday','3/13/2026','9:00 PM','7472740','Margo-Price-3-13-2026'],['Margo Price','La Rosa - Tucson','Tucson, AZ','Saturday','3/14/2026','7:30 PM','7473061','Margo-Price-3-14-2026'],['Railbird Festival - 2 Day Pass','The Red Mile','Lexington, KY','Saturday','6/6/2026','TBD','7509701','Railbird-Festival---2-Day-Pass-6-6-2026'],['Railbird Festival: Tyler Childers, Zach Top & Ella Langley (Time: TBD) - Sunday','The Red Mile','Lexington, KY','Sunday','6/7/2026','12:00 PM','7509703','Railbird-Festival--Tyler-Childers--Zach-Top---Ella-Langley--Time--TBD----Sunday-6-7-2026']],'Margo Price','http://www.ticketnetwork.com/en/search/?text=Margo%20Price');