// 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-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([['Ruston Kelly','Fine Line Music Cafe','Minneapolis, MN','Thursday','10/2/2025','8:00 PM','7200144','Ruston-Kelly-10-2-2025'],['Ruston Kelly','House Of Blues - Chicago','Chicago, IL','Friday','10/3/2025','8:00 PM','7200115','Ruston-Kelly-10-3-2025'],['Ruston Kelly','Vogue Theatre - IN','Indianapolis, IN','Saturday','10/4/2025','8:00 PM','7199965','Ruston-Kelly-10-4-2025'],['Ruston Kelly','Blind Pig','Ann Arbor, MI','Monday','10/6/2025','7:00 PM','7200183','Ruston-Kelly-10-6-2025'],['Ruston Kelly','Horseshoe Tavern','Toronto, Canada','Tuesday','10/7/2025','8:00 PM','7200117','Ruston-Kelly-10-7-2025'],['Ruston Kelly','The Atlantis','Washington, DC','Wednesday','10/15/2025','6:30 PM','7200114','Ruston-Kelly-10-15-2025'],['Ruston Kelly','World Cafe Live','Philadelphia, PA','Friday','10/17/2025','8:00 PM','7199980','Ruston-Kelly-10-17-2025'],['Ruston Kelly','Bowery Ballroom','New York, NY','Saturday','10/18/2025','8:00 PM','7200109','Ruston-Kelly-10-18-2025'],['Ruston Kelly','The Sinclair Music Hall ','Cambridge, MA','Sunday','10/19/2025','8:00 PM','7200145','Ruston-Kelly-10-19-2025'],['Ruston Kelly','The Underground - Charlotte','Charlotte, NC','Tuesday','10/21/2025','8:00 PM','7200112','Ruston-Kelly-10-21-2025'],['Ruston Kelly','Cat's Cradle','Carrboro, NC','Thursday','10/23/2025','8:00 PM','7199986','Ruston-Kelly-10-23-2025'],['Ruston Kelly','Riviera Theater - Charleston','Charleston, SC','Friday','10/24/2025','8:00 PM','7200141','Ruston-Kelly-10-24-2025'],['Ruston Kelly','Grey Eagle','Asheville, NC','Thursday','1/15/2026','8:00 PM','7200074','Ruston-Kelly-1-15-2026'],['Ruston Kelly','Terminal West At King Plow Arts Center','Atlanta, GA','Friday','1/16/2026','8:00 PM','7200147','Ruston-Kelly-1-16-2026'],['Ruston Kelly','Ryman Auditorium','Nashville, TN','Saturday','1/17/2026','8:00 PM','7200142','Ruston-Kelly-1-17-2026'],['Ruston Kelly','Old Rock House','St. Louis, MO','Monday','1/19/2026','8:00 PM','7200075','Ruston-Kelly-1-19-2026'],['Ruston Kelly','The Record Bar','Kansas City, MO','Tuesday','1/20/2026','8:00 PM','7200111','Ruston-Kelly-1-20-2026'],['Ruston Kelly','The Heights','Houston, TX','Thursday','1/22/2026','8:00 PM','7200187','Ruston-Kelly-1-22-2026'],['Ruston Kelly','Emo's East','Austin, TX','Friday','1/23/2026','7:00 PM','7200110','Ruston-Kelly-1-23-2026'],['Ruston Kelly','The Echo Lounge and Music Hall','Dallas, TX','Saturday','1/24/2026','8:00 PM','7200113','Ruston-Kelly-1-24-2026'],['Ruston Kelly','Bluebird Theater','Denver, CO','Monday','1/26/2026','7:30 PM','7200158','Ruston-Kelly-1-26-2026'],['Ruston Kelly','The Urban Lounge','Salt Lake City, UT','Wednesday','1/28/2026','7:00 PM','7200188','Ruston-Kelly-1-28-2026'],['Ruston Kelly','Neumos','Seattle, WA','Friday','1/30/2026','7:00 PM','7200160','Ruston-Kelly-1-30-2026'],['Ruston Kelly','Wonder Ballroom','Portland, OR','Saturday','1/31/2026','8:00 PM','7200190','Ruston-Kelly-1-31-2026'],['Ruston Kelly','The Independent','San Francisco, CA','Monday','2/2/2026','8:00 PM','7200076','Ruston-Kelly-2-2-2026'],['Ruston Kelly','Troubadour','West Hollywood, CA','Friday','2/6/2026','7:00 PM','7200193','Ruston-Kelly-2-6-2026'],['Ruston Kelly','Belly Up Tavern','Solana Beach, CA','Saturday','2/7/2026','9:00 PM','7200077','Ruston-Kelly-2-7-2026'],['Ruston Kelly','The Crescent Ballroom - Phoenix','Phoenix, AZ','Sunday','2/8/2026','7:30 PM','7200078','Ruston-Kelly-2-8-2026']],'Ruston Kelly','http://www.ticketnetwork.com/en/search/?text=Ruston Kelly');