var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Former American Idol 'Tiara Girl' Grows Up and 'Takes Control'
";
arnews[0] += "Julissa gained fame by asking Paula Abdul to return for her audition after Abdul stormed out of the room, being upset with fellow Idol judges, Simon Cowell and Randy Jackson.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="SI swimsuit edition puts Roddick's wife on cover
";
arnews[1] += "An image provided by Sports Illustrated shows the cover of the March 12, 2010, edition of Sports Illustrated magazine, the annual swimsuit edition.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 13:58:48 GMT";
arnews[1] += "
";
arnews[2]="The Former American Idol 'Tiara Girl' Grows Up and 'Takes Control'
";
arnews[2] += "Julissa gained fame by asking Paula Abdul to return for her audition after Abdul stormed out of the room, being upset with fellow Idol judges, Simon Cowell and Randy Jackson.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Dancing With The Stars' Derek Hough Seen Showing His Ripped Abs
";
arnews[3] += "Dancing With The Stars' Derek Hough seen showing his ripped abs. All the ladies out there should like this one.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 19:36:21 GMT";
arnews[3] += "
";
arnews[4]="(Kim Kardashian alert!) Tara Reid ex hosts Haiti Super Bowl benefit
";
arnews[4] += "Spotted at the South Beach penthouse ofbusiness wunderkind and Tara Reid and Joanna Krupa ex Wayne Boich last night for the Athletes Relief Fund for Haiti benefit where tables were $5,000 a pop: co-host Alonzo Mourning , Chris Rock , Wilmer Valderrama , David Spade and Kim Kardashian , overheard gushing to pals how much she loved the Grey Goose ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 19:28:28 GMT";
arnews[4] += "
";
arnews[5]="Levi Johnston and 9 Other Celebrities We'd Like to See on DWTS
";
arnews[5] += "With season 10 of Dancing With the Stars fast arriving, it's the perfect time to think of the celebrities, singers, and pseudo-celebrities a like who could regain and retain the lime-light with a little sequined shimmy across the dance floor.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 03:00:12 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("