var feed = new Array();
feed[1]  = 'Win Free Tickets: <a href="http://www.sacticket.com/static/ticketclub/onstage" target="_blank" class="a9BL">TicketClub</a>';
feed[2]  = 'Win Free Movie Tickets: <a href="http://www.sacticket.com/static/ticketclub/movies" target="_blank" class="a9BL">TicketClub</a>';
feed[3]  = 'In the mood for a 2003? <a href="http://www.sacbee.com/cars" target="_blank" class="a9BL">Buy a New Car</a>';
feed[4]  = 'Still in the mood for a 2003? <a href="http://www.sacbee.com/cars" target="_blank" class="a9BL">Sell Your Used Car</a>';
feed[5]  = 'Overqualified? Underpaid? <a href="http://www.sacbee.com/jobs" target="_blank" class="a9BL">Find a Job</a>';
feed[6]  = 'Hey Top Gun, <a href="http://www.sacbee.com/jobs" target="_blank" class="a9BL">Fill a Job</a>';

rand = Math.ceil(Math.random() * (feed.length - 1));
document.write(feed[rand]);