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>';
feed[7] = 'Home Delivery: <a href="http://www.sacbee.com/static/live/bee/circulation" target="_blank" class="a9BL">44% off</a>';

var rand = Math.ceil(Math.random() * (feed.length - 1));
document.write(feed[rand]);
