var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="People brave cold weather to attend social events
"; arnews[0] += "Despite last weekend's bleak sky with buckets of rain and flutters of snow flakes, the on-the-towners were out and about."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 10:52:37 GMT"; arnews[0] += "
"; arnews[1]="Youth Leadership Walton Graduates Celebrate with Success
"; arnews[1] += "Walton County School District and Walton Area Chamber of Commerce celebrated the graduation of nineteen future leaders from the Youth Leadership Walton class at South Walton High School on Wednesday, January 27th, at the Northwest Florida State College South Walton Center."; arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 05:11:07 GMT"; arnews[1] += "
"; arnews[2]="French Stewart selling Hollywood home
"; arnews[2] += "Actor French Stewart and his wife, actress Katherine LaNasa, have listed for sale their four-bedroom, five-bathroom home at 1400 N. Doheny Drive in Hollywood for the asking price of $4.195 million."; arnews[2] += "
Publ.Date : Sun, 10 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Real Estate:
"; arnews[3] += "ARM indexes Index Last week Previous week Year ago 6-month CD 0.50 0.50 1.48 6-month T-bill 0.20 0.18 0.27 1-year TCMS 0.47 0.41 0.37 3-year TCMS 1.66 1.49 1.01 1-month Libor 0.23 0.23 0.38 6-month Libor 0.41 0.43 1.57 Index... 30-year home loan rates drop to 5.09 percent Associated Press Rates for 30-year home loans inched downward last week, the ..."; arnews[3] += "
Publ.Date : Sun, 10 Jan 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Big Love: Preview of Season 4 Premiere 'Free at Last'
"; arnews[4] += "The harshly long wait is over, Big Love fans. Season 4 of the HBO polygamy drama, which recently bagged a third consecutive Golden Globe nom, will finally kick off with an episode called \"Free at Last.\" Now hold on to your socks, because this shall be a quick one."; arnews[4] += "
Publ.Date : Sun, 10 Jan 2010 00:51:33 GMT"; arnews[4] += "
"; arnews[5]="'Big Love' Season 4 Storylines Revealed
"; arnews[5] += "Fresh from grabbing their third straight Best Drama Golden Globe nod, HBO polygamy drama Big Love recently announced the riveting storylines that are set to rock Juniper Creek this season that kicks off January 10."; arnews[5] += "
Publ.Date : Thu, 17 Dec 2009 23:09:55 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");