images = new Array(6);

images[0] = "<a href = 'auditions.html'><img style='border: none;' src='images/auditions.gif' alt='Auditions'></a>";

images[1] = "<a href = 'donate.html'><img style='border: none;' src='images/support.gif' alt='Support Alley Rep'></a>";

images[2] = "<a href = 'current_season.html'><img style='border: none;' src='images/currentseason.gif' alt='Current Season'></a>";

images[3] = "<a href = 'contact_us.html'><img style='border: none;' src='images/mailinglist.gif' alt='Join Our Mailing List'></a>";

images[4] = "<a href = 'volunteer.html'><img style='border: none;' src='images/volunteer.gif' alt='Become a Volunteer'></a>";

images[5] = "<a href = 'tickets.html'><img style='border: none;' src='images/tickets.gif' alt='Get Your Tickets'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);