var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Details of state dinner scarce, White House mum
"; arnews[0] += "Just don't ask the White House who got them. The White House is saying very little about next week's state dinner with Indian Prime Minister Manmohan Singh, the first for President Barack Obama."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Competing to Compete at Bocuse D'Or USA's Live Screening of Top Chef: Las Vegas
"; arnews[1] += "A ballotine is a piece of meat stuffed with other meats and rolled into a bundle -- a protein inside a protein inside a protein."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:10:54 GMT"; arnews[1] += "
"; arnews[2]="Fashion Star Of The Week: Kate Beckinsale
"; arnews[2] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT"; arnews[2] += "
"; arnews[3]="Details of state dinner scarce, White House mum
"; arnews[3] += "Just don't ask the White House who got them. The White House is saying very little about next week's state dinner with Indian Prime Minister Manmohan Singh, the first for President Barack Obama."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:30:54 GMT"; arnews[3] += "
"; arnews[4]="Into The Bernal Apple Cart Falls 82 Ellsworth
"; arnews[4] += "What Actress Is Leaving Her Celeb Husband Because He's Addicted to World of Warcraft? [Blind Items] Loving a nerd is one thing, but who could stand a guy constantly plugged into an online universe? Is it worse than a wife who gets frisky in a hot tub or a singer pimped out by a rap star? 1. \"This... The sale of 82 Ellsworth on the South Slope of ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:15:00 GMT"; arnews[4] += "
"; arnews[5]="Which Celeb Diet Should You Follow?
"; arnews[5] += "Celebrities are notorious for their wild weight swings . Think Jessica Simpson and Jennifer Love Hewitt ."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:27:19 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("
");