var feed = new Array();
feed[1]  = 'Professional: <a href="http://bellingham-real-estate.com/pages/Real_Estate/Real_Estate_Agents/">Real Estate Agents</a>';
feed[2]  = 'Home Search: <a href="http://bellingham-real-estate.com/cgi-bin/links/jump.cgi?ID=254">Updated!</a>';
feed[3]  = 'Homes for Sale: <a href="http://bellingham-real-estate.com/cgi-bin/ads/classifieds.cgi?session_key=&display_subcategories=on&category=Real+Estate">Updated!!</a>';
feed[4]  = '<a href="http://www.bellingham-real-estate.com/rm/listings">Whatcom County Homes For Sale</a> (Bellingham, Ferndale, Blaine...)';
feed[5]  = 'Find a Job? <a href="http://bellingham-real-estate.com/pages/General/Jobs/">Job Links!!</a>';
feed[6]  = 'Check out the <a href="http://bellingham-real-estate.com/cgi-bin/ads/classifieds.cgi">Classifieds</a>';
feed[7]  = 'Look here for <a href="http://bellingham-real-estate.com/pages/Real_Estate/Rental_Property/">Rental Property</a>';
feed[8]  = 'Selling your Home? <a href="http://bellingham-real-estate.com/cgi-bin/ads/classifieds.cgi?session_key=&display_subcategories=on&category=Real+Estate">FSBO</a>';
feed[9]  = 'Selling your Used Car? <a href="http://bellingham-real-estate.com/cgi-bin/ads/classifieds.cgi?session_key=&display_subcategories=on&category=Automobiles">Free Ads!!</a>';
feed[10]  = '<a href="http://www.bellingham-real-estate.com/rm/listings">Whatcom County Homes For Sale</a> (Bellingham, Ferndale, Blaine...)';
feed[11]  = '<a href="http://www.bellingham-real-estate.com/rm/listings">Whatcom County Homes For Sale</a> (Bellingham, Ferndale, Blaine...)';
feed[12]  = 'Linoleum, Tile and Carpeting installed by <a href="http://bellingham-real-estate.com/cgi-bin/ads/classifieds.cgi?session_key=&search_and_display_db_button=on&db_id=18&query=retrieval">JC Floor Coverings</a>';

rand = Math.ceil(Math.random() * (feed.length - 1));
document.write(feed[rand]);