var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Love in the air at Globes
"; arnews[0] += "Behind the scenes at Sunday's Golden Globe Awards in L.A., there was as much buzz about romance as about who won what."; arnews[0] += "
Publ.Date : Wed, 20 Jan 2010 11:04:08 GMT"; arnews[0] += "
"; arnews[1]="Star Maps: Diddy's Party Foul
"; arnews[1] += "It doesn't happen often, but Diddy's Chicago party was a certified dud. Sean \" Diddy \" Combs rolled through town Friday to promote his new music and to flack Ciroc vodka."; arnews[1] += "
Publ.Date : Mon, 14 Dec 2009 16:37:38 GMT"; arnews[1] += "
"; arnews[2]="Lindsay Lohan's cheat tweets?
"; arnews[2] += "Even when Lindsay Lohan tries to do charity work, controversy arises. While the BBC has issued a statement claiming Lohan's tweets about ''40 children saved'' from child trafficking during her first day in India were ''misunderstood,'' a leader of the anti-trafficking group that coordinated the raid called the actress a liar and said she didn't ..."; arnews[2] += "
Publ.Date : Mon, 14 Dec 2009 11:50:47 GMT"; arnews[2] += "
"; arnews[3]="Chicago Events. First Annual Midcoast Fashion Show at Lumen
"; arnews[3] += "Last night marked the First Annual Midcoast Fashion Show at Lumen nightclub. Hosted by Mix Media Group, the show was created to highlight Chicago as the fashion capital of the Midwest, and to feature a diverse collection of fashion from both coasts."; arnews[3] += "
Publ.Date : Sat, 12 Dec 2009 01:48:34 GMT"; arnews[3] += "
"; arnews[4]="Jennifer An will win and#8216;short' America's Next Top Model cycle 13
"; arnews[4] += "The \"short\" season of \"America's Next Top Model\" debuted Wednesday and - to borrow a phrase from the Jays - I don't hate it."; arnews[4] += "
Publ.Date : Thu, 10 Sep 2009 06:01:38 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("
");