var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Gwen Stefani & Gavin Rossdale: Buying For The Boys - Just Jared
"; arnews[0] += "I’m not sure what else I expect to see, but I am kind of tired of always seeing them in the same type of photo - either shopping with the kids or at the playground with the kids. After awhile it’s no longer really “celebrity news.” Here is ..."; arnews[0] += "
Publ.Date : Mon, 18 Jan 2010 23:21:00 GMT"; arnews[0] += "
"; arnews[1]="Whitaker Heading To Criminal Minds? - The Gaea Times
"; arnews[1] += "Oscar-winning actor FOREST WHITAKER is reportedly in negotiations for a major TV deal to lead the upcoming CRIMINAL MINDS spin-off. Bosses at America’s CBS network are planning to expand the popular cop drama into a franchise with a new series due ..."; arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 03:02:00 GMT"; arnews[1] += "
"; arnews[2]="Fit and fabulous over 40 - New York Daily News
"; arnews[2] += "The bikini-clad hottie and her equally gorgeous husband, Gavin Rossdale, 42, frolicked at the beach in St. Barts on Jan. 4, soaking up the sun and making other beach goers green with envy. Check out the other celebrity hotties defying Hollywood's ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 10:52:00 GMT"; arnews[2] += "
"; arnews[3]="LOWE HAS KIDNEY SURGERY - PR Inside
"; arnews[3] += "Lowe, the daughter of singer Pearl Lowe and Bush rocker Gavin Rossdale,= writes: \"It's weird not moving for 24 hrs... got weird armbandy things a= ttached to my calves that inflate simultaneously which are rather amusing= though. \"Just had a bed bath ..."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 16:33:00 GMT"; arnews[3] += "
"; arnews[4]="PopSugar's 15 Favorite "How They Met" Stories - Popsugar
"; arnews[4] += "Gwen Stefani and Gavin Rossdale first crossed paths when her band No Doubt opened for his group Bush in 1995, though they didn't part ways just because the tour ended a few months later. She's the headliner these days, but she's happy to share ..."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 02:44:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");