var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Klum crazy: Heidi wows crowd at Victoria's Secret show
"; arnews[0] += "Heidi Klum and her post-baby body led the parade at the annual Victoria's Secret fashion show, which returned to New York with some fresh faces after four years on the road."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Bling fling
"; arnews[1] += "Mountains of glitter, stands packed with celebrities and a $3 million bra: There definitely was no sign of the recession during the 14th annual Victoria's Secret fashion show."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Going mobile, going strong
"; arnews[2] += "Going mobile, going strong Tuesday, Sep. 08, 2009 11:03AM EDT The car detailing business eliminates need for an office More stories attached to this video The car wash comes to you More in Editor's Picks One killed in Miley Cyrus tour bus crash 00:34 One killed in Miley Cyrus tour bus crash Friday, Nov."; arnews[2] += "
Publ.Date : Tue, 08 Sep 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Movement to ditch turkey on gains steam
"; arnews[3] += "Resident turkeys and their human friends celebrate 'ThanksLiving' at the upstate Woodstock Farm Animal Sanctuary."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:57:38 GMT"; arnews[3] += "
"; arnews[4]="End of an era: Winfrey ending show after 25 years
"; arnews[4] += "Oprah Winfrey was set to announce Friday that her powerhouse daytime television show, the foundation of a multibillion-dollar media empire with legions of fans, will end its run in 2011 after 25 seasons on the air."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:10:39 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("
");