images = new Array(1);

images[0] = "<a href = 'http://www.brownpapertickets.com/producer/18928' target='_blank'><img style='border: none;' src='images/sb_GetTickets2010.jpg' alt='Tickets'></a>";

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

document.write(images[index]);