// 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-01B 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([['The Fray','Charleston Music Hall','Charleston, SC','Thursday','4/17/2025','8:00 PM','6958931','The-Fray-4-17-2025'],['The Fray','The Norva','Norfolk, VA','Friday','4/18/2025','8:00 PM','6958940','The-Fray-4-18-2025'],['The Fray','Hard Rock Hotel & Casino Bristol','Bristol, VA','Saturday','4/19/2025','8:00 PM','6958932','The-Fray-4-19-2025'],['The Fray','The Ritz - Raleigh','Raleigh, NC','Thursday','4/24/2025','8:00 PM','6958929','The-Fray-4-24-2025'],['The Fray','The National - VA','Richmond, VA','Friday','4/25/2025','8:00 PM','6958939','The-Fray-4-25-2025'],['The Fray','Hollywood Casino at Charles Town Races','Charles Town, WV','Saturday','4/26/2025','8:00 PM','6958934','The-Fray-4-26-2025'],['The Fray','Mercury Ballroom','Louisville, KY','Friday','5/9/2025','8:00 PM','6958935','The-Fray-5-9-2025'],['The Fray','The Blue Note - MO','Columbia, MO','Saturday','5/10/2025','8:00 PM','6958937','The-Fray-5-10-2025'],['The Fray','Bel-Aire Backyard','Las Vegas, NV','Friday','5/16/2025','8:00 PM','6998226','The-Fray-5-16-2025'],['The Fray','Event Center at Rhythm City Casino Resort','Davenport, IA','Thursday','5/22/2025','8:00 PM','7045526','The-Fray-5-22-2025'],['The Fray','Clyde Theatre','Fort Wayne, IN','Friday','5/23/2025','8:00 PM','6958928','The-Fray-5-23-2025'],['The Fray','Devon Lakeshore Amphitheater','Decatur, IL','Saturday','5/24/2025','7:00 PM','6960152','The-Fray-5-24-2025'],['The Fray','GLC Live at 20 Monroe','Grand Rapids, MI','Friday','6/27/2025','8:00 PM','6958938','The-Fray-6-27-2025'],['Festivoix de Trois-Riveres: The Fray & Aliocha Schneider','FestiVoix de Trois-Rivieres','Trois-rivieres, Canada','Sunday','7/6/2025','5:00 PM','7070730','Festivoix-de-Trois-Riveres--The-Fray---Aliocha-Schneider-7-6-2025'],['The Fray','South Side Ballroom at Gilley's','Dallas, TX','Friday','7/25/2025','7:00 PM','6996352','The-Fray-7-25-2025'],['The Fray','ACL Live At The Moody Theater','Austin, TX','Saturday','7/26/2025','7:00 PM','6996370','The-Fray-7-26-2025'],['The Fray','Bayou Music Center','Houston, TX','Sunday','7/27/2025','7:00 PM','6996353','The-Fray-7-27-2025'],['The Fray','House Of Blues - Orlando','Orlando, FL','Tuesday','7/29/2025','7:00 PM','6996354','The-Fray-7-29-2025'],['The Fray','The Tabernacle - GA','Atlanta, GA','Wednesday','7/30/2025','7:00 PM','6996355','The-Fray-7-30-2025'],['The Fray','The Anthem - D.C.','Washington, DC','Friday','8/1/2025','7:00 PM','6996356','The-Fray-8-1-2025'],['The Fray','The Fillmore - Philadelphia','Philadelphia, PA','Saturday','8/2/2025','7:00 PM','6996357','The-Fray-8-2-2025'],['The Fray','Leader Bank Pavilion','Boston, MA','Sunday','8/3/2025','7:30 PM','6996358','The-Fray-8-3-2025'],['The Fray','The Rooftop at Pier 17','New York, NY','Tuesday','8/5/2025','6:30 PM','6996382','The-Fray-8-5-2025'],['The Fray','History - Toronto','Toronto, Canada','Thursday','8/7/2025','8:00 PM','6996367','The-Fray-8-7-2025'],['The Fray','The Fillmore - Detroit','Detroit, MI','Friday','8/8/2025','8:00 PM','6996359','The-Fray-8-8-2025']],'the fray','http://www.ticketnetwork.com/en/search/?text=the%20fray');