// 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-02A 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([['Erica Rhodes','Belly Up Tavern','Solana Beach, CA','Wednesday','5/1/2024','8:00 PM','6330500','Erica-Rhodes-5-1-2024'],['Barrel of Laughs Comedy: Erica Rhodes','Bear's Den Showroom At Seneca Niagara Resort & Casino','Niagara Falls, NY','Friday','5/3/2024','8:00 PM','6266395','Barrel-of-Laughs-Comedy--Erica-Rhodes-5-3-2024'],['Barrel of Laughs Comedy: Erica Rhodes','Bear's Den Showroom At Seneca Niagara Resort & Casino','Niagara Falls, NY','Saturday','5/4/2024','8:00 PM','6266396','Barrel-of-Laughs-Comedy--Erica-Rhodes-5-4-2024'],['Erica Rhodes','Hilarities 4th Street Theatre At Pickwick & Frolic','Cleveland, OH','Thursday','5/23/2024','7:00 PM','6341410','Erica-Rhodes-5-23-2024'],['Tom Rhodes','Snappers Laugh In Comedy Club','Fort Myers, FL','Saturday','6/1/2024','6:00 PM','6365882','Tom-Rhodes-6-1-2024'],['Tom Rhodes','Snappers Laugh In Comedy Club','Fort Myers, FL','Saturday','6/1/2024','9:00 PM','6365883','Tom-Rhodes-6-1-2024'],['Erica Rhodes','Acme Comedy Company','Minneapolis, MN','Wednesday','7/17/2024','8:00 PM','6326476','Erica-Rhodes-7-17-2024'],['Erica Rhodes','Acme Comedy Company','Minneapolis, MN','Thursday','7/18/2024','8:00 PM','6326477','Erica-Rhodes-7-18-2024'],['Erica Rhodes','Acme Comedy Company','Minneapolis, MN','Friday','7/19/2024','7:00 PM','6326478','Erica-Rhodes-7-19-2024'],['Tom Rhodes','Hyena's Comedy Night Club - Fort Worth','Fort Worth, TX','Friday','7/19/2024','8:30 PM','6359837','Tom-Rhodes-7-19-2024'],['Erica Rhodes','Acme Comedy Company','Minneapolis, MN','Friday','7/19/2024','9:30 PM','6326479','Erica-Rhodes-7-19-2024'],['Tom Rhodes','Hyena's Comedy Night Club - Fort Worth','Fort Worth, TX','Friday','7/19/2024','10:30 PM','6406766','Tom-Rhodes-7-19-2024'],['Tom Rhodes','Hyena's Comedy Night Club - Fort Worth','Fort Worth, TX','Saturday','7/20/2024','7:00 PM','6359838','Tom-Rhodes-7-20-2024'],['Tom Rhodes','Hyena's Comedy Night Club - Fort Worth','Fort Worth, TX','Saturday','7/20/2024','9:30 PM','6359839','Tom-Rhodes-7-20-2024'],['Erica Rhodes','Acme Comedy Company','Minneapolis, MN','Saturday','7/20/2024','9:30 PM','6326480','Erica-Rhodes-7-20-2024'],['Tom Rhodes','Hyena's Comedy Night Club - Dallas','Dallas, TX','Friday','7/26/2024','8:00 PM','6321941','Tom-Rhodes-7-26-2024'],['Tom Rhodes','Hyena's Comedy Night Club - Dallas','Dallas, TX','Friday','7/26/2024','10:00 PM','6321942','Tom-Rhodes-7-26-2024'],['Tom Rhodes','Hyena's Comedy Night Club - Dallas','Dallas, TX','Saturday','7/27/2024','7:00 PM','6321943','Tom-Rhodes-7-27-2024'],['Tom Rhodes','Hyena's Comedy Night Club - Dallas','Dallas, TX','Saturday','7/27/2024','9:30 PM','6321944','Tom-Rhodes-7-27-2024'],['Elon Phoenix vs. Western Carolina Catamounts','Rhodes Stadium','Elon, NC','Saturday','9/14/2024','TBD','6208427','Elon-Phoenix-vs--Western-Carolina-Catamounts-9-14-2024'],['Elon Phoenix vs. Richmond Spiders','Rhodes Stadium','Elon, NC','Saturday','9/28/2024','TBD','6208430','Elon-Phoenix-vs--Richmond-Spiders-9-28-2024'],['Elon Phoenix vs. New Hampshire Wildcats','Rhodes Stadium','Elon, NC','Saturday','10/12/2024','TBD','6208431','Elon-Phoenix-vs--New-Hampshire-Wildcats-10-12-2024'],['Elon Phoenix vs. Maine Black Bears','Rhodes Stadium','Elon, NC','Saturday','11/16/2024','TBD','6208433','Elon-Phoenix-vs--Maine-Black-Bears-11-16-2024']],'Rhodes','http://www.ticketnetwork.com/en/search/?text=Rhodes');