var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Magic Johnson Surprises Ashley Judd at 4th Annual USA Today Hollywood Hero Awards
";
arnews[0] += "Last night, Ashley Judd was honored for her work as a her work as a Global Ambassador for YouthAIDS, the education and prevention program of Population Services International where she graciously received the 4th annual USA TODAY Hollywood Hero Award from USA TODAY Editor, John Hillkirk.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 22:38:04 GMT";
arnews[0] += "
";
arnews[1]="Nikki Reed Has a New Twi BFFa "Is it R.Pattz?
";
arnews[1] += "Nikki Reed Has a New Twi BFF - Is it R.Pattz? Today 2:33 PM PST by Ted Casablanca The most hysterical clip from the New Moon junket this past weekend had what appeared to be Nikki Reed cozying within inches of her onetime \"hookup\" guy, Robert Pattinson .";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 22:33:10 GMT";
arnews[1] += "
";
arnews[2]="Catt Sadler Engagement Over
";
arnews[2] += "In terms of Hollywood courtships, this one was a whirlwind. A week after announcing they were getting married , Daily 10 's Catt Sadler and her fianc, Brett Jacobson , have mutually decided to end their engagement, a rep for the TV host tells E! News exclusively.";
arnews[2] += "
Publ.Date : Fri, 16 Oct 2009 14:15:00 GMT";
arnews[2] += "
";
arnews[3]="Catt Sadler Engagement Over
";
arnews[3] += "In terms of Hollywood courtships, this one was a whirlwind. A week after announcing they were getting married , Daily 10 's Catt Sadler and her fianc, Brett Jacobson , have mutually decided to end their engagement, a rep for the TV host tells E! News exclusively.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 20:28:50 GMT";
arnews[3] += "
";
arnews[4]="Catt Sadler Engaged
";
arnews[4] += "Can't wait to see what E!'s Daily 10 will say about this! The show's Catt Sadler is getting married.";
arnews[4] += "
Publ.Date : Mon, 12 Oct 2009 00:33:00 GMT";
arnews[4] += "
";
arnews[5]="Red Carpet Recap: The Emmys
";
arnews[5] += "The stars were out for the Primetime Emmys. The trends of the evening? Unique jewelry, mermaid-style gowns and one-shoulder designs.";
arnews[5] += "
Publ.Date : Tue, 22 Sep 2009 18:27:14 GMT";
arnews[5] += "
";
arnews[6]="E! Entertainment's "Daily 10" Spotlights Beauty Entertainment Magazine
";
arnews[6] += "Ewire -- Salon City, Inc. . Catt Sadler, co-host on E!'s The Daily 10, was all raves last week when she and the cast featured Beauty Entertainment magazine's premiere issue cover and Catt's inside column on their daily network show.";
arnews[6] += "
Publ.Date : Tue, 22 Sep 2009 17:50:18 GMT";
arnews[6] += "
";
totcount = 7;
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("