/* Simple Way to Raffle things off from Meetup*/ var meetup = $(".member-name"); $(meetup[Math.floor(Math.random() * meetup.length)]).text().trim();