var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Take that, 'Avatar': 'Dear John' uses Nicholas Sparks formula to perfect effect
"; arnews[0] += "Hours before the Hollywood premiere of \"Dear John\" last week, best-selling author Nicholas Sparks was sitting in the expensive hotel room he'd been put up in, continually glimpsing at his iPhone as it lighted up with phone calls and text messages."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Mindi Abair takes stage at Capitol Theatre
"; arnews[1] += "St. Petersburg native, saxophonist, singer and songwriter Mindi Abair brings her unique blend of instrumentals and vocals to the historic Capitol Theatre on Friday, Feb."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 10:40:04 GMT"; arnews[1] += "
"; arnews[2]="Carolyn Rhoades
"; arnews[2] += "Carolyn Rhoades, 73, of Richmond, went to join the Lord and her daughter Feb. 6, 2010, at Reid Hospital after a long illness."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Brooklyn Decker: The 2010 Sports Illustrated Swimsuit Issue Cover Model
"; arnews[3] += "Brooklyn Decker, 22, was born in Middletown, Ohio, and raised in Charlotte, N.C. She was discovered at 16 in a mall and began her career as the face of Mauri Simone."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:28:42 GMT"; arnews[3] += "
"; arnews[4]="tied the knot
"; arnews[4] += "This may have been Andy Roddick 's most impressive love-love match of all. The 2003 U.S. Open champ tied the knot Friday evening in Texas with model love Brooklyn Decker , E! News has confirmed."; arnews[4] += "
Publ.Date : Sat, 18 Apr 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Kevin Moore in action against Manchester United in 1987
"; arnews[5] += "The football world was shocked to learn that former Saints star Kevin Moore has a rare form of dementia a ' at just 52."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:37:11 GMT"; arnews[5] += "
"; arnews[6]="My husband was a Saints Wembley hero
"; arnews[6] += "The football world was shocked to learn that former Saints star Kevin Moore has a rare form of dementia a ' at just 52."; arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 22:44:34 GMT"; arnews[6] += "
"; arnews[7]="DJ Am's apartment hits the market
"; arnews[7] += "The home of the late Adam \"DJ AM\" Goldstein, a club deejay and frequent target of celebrity tabloids known for his relationships with starlets like Nicole Richie and Mandy Moore, is on the market for $1.795 million."; arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 19:21:09 GMT"; arnews[7] += "
"; arnews[8]="FSU picked third in a 10 softball poll
"; arnews[8] += "Traditional power West Virginia Wesleyan is the overwhelming favorite in the 2010 WVIAC softball coaches' pre-season poll."; arnews[8] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");