var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="America's next top supermodel
"; arnews[0] += "Model and Matthews native Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year, which hits newsstands Wednesday."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Brooklyn Decker on Roddick: a oeHe Got his Agent to Call my Agenta
"; arnews[1] += "Sports Illustrated's newest swimsuit cover girl, Brooklyn Decker, says her marriage to tennis ace Andy Roddick began with a phone call between their agents."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:32:02 GMT"; arnews[1] += "
"; arnews[2]="Preparing for N.Y.'s fashion week
"; arnews[2] += "Starting Thursday, New York City will become even more stylish than usual as the Big Apple prepares to open the Mercedes-Benz Fashion Week."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:45:59 GMT"; arnews[2] += "
"; arnews[3]="Read Where's the jockstrap? in Couch Trip
"; arnews[3] += "Let's see, were we watching the Super Bowl or gay porn ... Shank you very much. Couch Trip ARCHIVES Video Stories Direct-to-video greats A glance back at the last decade's best of the worst Couch Trip 2012 crackpot theories and Jarmusch tests our limits ; plus, Anvil thuds in the living room and a hot Madonna Couch Trip Robert Redford's badass ..."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:21:07 GMT"; arnews[3] += "
"; arnews[4]="Grammy fashions turn heads
"; arnews[4] += "Stars show both good and bad taste on the Red Carpet Fashion was a huge part of the Grammy's this year, and people have been talking about the outfits just as much as they have been talking about the awards."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:27:07 GMT"; arnews[4] += "
"; arnews[5]="Heidi And Seal Spending Valentine's Day Apart
"; arnews[5] += "Heidi Klum is one busy lady and unfortunately cannot be two places at once! On Valentine's Day, the model will be 3,000 away from her hubby Seal while she films Project Runway in NYC."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:15:32 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("
");