var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brad Pitt, Angelina Jolie, Lindsay Lohan, Kim Kardashian dabble in design
";
arnews[0] += "On of the more disturbing things to come about this decade has got to be how anyone - and I mean anyone - can call themselves a \"designer\" without even knowing how to sew on a button on or sketch a stick man.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:10:01 GMT";
arnews[0] += "
";
arnews[1]="The best celeb style moments of 2009
";
arnews[1] += "See the Seventeen Style Stars sparkle in their best looks of the year! AnnaLynne McCord annalynne mccord, 90210, style stars 2009.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:41:32 GMT";
arnews[1] += "
";
arnews[2]="Los Angeles - Event Report: Us Weekly Takes to Voyeur With Scantily Clad Models, Burlesque Feel
";
arnews[2] += "On Wednesday, Us Weekly toasted its annual Hot Hollywood issue with a celebrity-filled event at West Hollywood's new Voyeur .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:55:46 GMT";
arnews[2] += "
";
arnews[3]="Fug Girls: Predicting Tonighta s Project Runway Winner
";
arnews[3] += "From left to right: Looks from Irina, Carol Hannah, and Althea. After all the Sturm und Drang surrounding the current season of Project Runway , tonight's finale almost feels anticlimactic.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:33:15 GMT";
arnews[3] += "
";
arnews[4]="Jon Gosselin Cialis For Erectile Dysfunction?
";
arnews[4] += "There's no turning back for Jon Gosselin now that the formerly browbeaten hubby has reclaimed ownership of his onions; which were famously held hostage by his estranged wife Kate.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:06:38 GMT";
arnews[4] += "
";
arnews[5]="Don't Bother Audrina Patridge When She Is Getting Her Flirt On
";
arnews[5] += "\"The Hills\" star Audrina Patridge doesn't have time for her reality-drama rival Whitney Port - especially when she's flirting with a hot guy.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:09:52 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("