// 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([['Shawn Colvin & Rodney Crowell','The Historic Theater at The Music Hall','Portsmouth, NH','Thursday','6/19/2025','7:30 PM','7030942','Shawn-Colvin---Rodney-Crowell-6-19-2025'],['Shawn Colvin & Rodney Crowell','Paramount Theatre - Rutland','Rutland, VT','Friday','6/20/2025','7:30 PM','7090507','Shawn-Colvin---Rodney-Crowell-6-20-2025'],['Shawn Colvin & Rodney Crowell','The Mahaiwe Performing Arts Center','Great Barrington, MA','Saturday','6/21/2025','8:00 PM','7044632','Shawn-Colvin---Rodney-Crowell-6-21-2025'],['Shawn Colvin','Kaufmann Concert Hall at 92nd Street Y','New York, NY','Tuesday','7/29/2025','7:00 PM','7179883','Shawn-Colvin-7-29-2025'],['Keb Mo & Shawn Colvin','Fox Tucson Theatre','Tucson, AZ','Tuesday','8/12/2025','7:30 PM','7054280','Keb-Mo---Shawn-Colvin-8-12-2025'],['Keb Mo & Shawn Colvin','Celebrity Theatre - AZ','Phoenix, AZ','Wednesday','8/13/2025','7:30 PM','7050441','Keb-Mo---Shawn-Colvin-8-13-2025'],['Keb Mo & Shawn Colvin','Humphreys Concerts By The Bay','San Diego, CA','Friday','8/15/2025','7:30 PM','7031878','Keb-Mo---Shawn-Colvin-8-15-2025'],['Keb Mo & Shawn Colvin','Fred Kavli Theatre At Bank Of America Performing Arts Center','Thousand Oaks, CA','Saturday','8/16/2025','8:00 PM','7046776','Keb-Mo---Shawn-Colvin-8-16-2025'],['Keb Mo & Shawn Colvin','Uptown Theatre Napa','Napa, CA','Sunday','8/17/2025','7:30 PM','7046048','Keb-Mo---Shawn-Colvin-8-17-2025'],['Keb Mo & Shawn Colvin','Britt Festival Pavilion & Gardens','Jacksonville, OR','Tuesday','8/19/2025','7:30 PM','6992545','Keb-Mo---Shawn-Colvin-8-19-2025'],['Keb Mo & Shawn Colvin','McMenamins Grand Lodge','Forest Grove, OR','Wednesday','8/20/2025','6:30 PM','7045506','Keb-Mo---Shawn-Colvin-8-20-2025'],['Keb Mo & Shawn Colvin','Martin Woldson Theatre At The Fox','Spokane, WA','Thursday','8/21/2025','7:30 PM','7058169','Keb-Mo---Shawn-Colvin-8-21-2025'],['Keb Mo & Shawn Colvin','McClaren Hall At Wachholz College Center','Kalispell, MT','Friday','8/22/2025','7:30 PM','7047779','Keb-Mo---Shawn-Colvin-8-22-2025'],['Keb Mo & Shawn Colvin','Red Butte Garden','Salt Lake City, UT','Monday','8/25/2025','7:30 PM','7083323','Keb-Mo---Shawn-Colvin-8-25-2025'],['Keb Mo & Shawn Colvin','Vilar Performing Arts Center','Avon, CO','Thursday','8/28/2025','7:00 PM','7050008','Keb-Mo---Shawn-Colvin-8-28-2025'],['Keb Mo & Shawn Colvin','Arvada Center Outdoor Amphitheater','Arvada, CO','Friday','8/29/2025','7:30 PM','7043228','Keb-Mo---Shawn-Colvin-8-29-2025'],['Keb Mo & Shawn Colvin','Pikes Peak Center','Colorado Springs, CO','Saturday','8/30/2025','7:30 PM','7052262','Keb-Mo---Shawn-Colvin-8-30-2025']],'Shawn Colvin','http://www.ticketnetwork.com/en/search/?text=Shawn%20Colvin');