var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[0] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[1] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:33:04 GMT";
arnews[1] += "
";
arnews[2]="Cam Gigandet post.
";
arnews[2] += "Spending quality time with his family, Cam Gigandet was spotted out to lunch in Los Angeles, CA yesterday afternoon .";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 20:56:59 GMT";
arnews[2] += "
";
arnews[3]="Doc 'Poliwood' spins out of control [Boston Herald]
";
arnews[3] += "Via Acquire Media NewsEdge) Nov. 2--POLIWOOD: D Director Barry Levinson's 90-minute \"Poliwood\" is billed as a film essay.";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 04:55:22 GMT";
arnews[3] += "
";
arnews[4]="Doc a Poliwooda spins out of control
";
arnews[4] += "POLIWOOD: D D irector Barry Levinson's 90-minute \"Poliwood\" is billed as a film essay.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 02:28:51 GMT";
arnews[4] += "
";
arnews[5]="Doc ‘Poliwood’ spins out of control
";
arnews[5] += "Tonight at 7:30 on Showtime. Director Barry Levinson's 90-minute 'Poliwood' is billed as a film essay.";
arnews[5] += "
Publ.Date : Mon, 02 Nov 2009 19:49:35 GMT";
arnews[5] += "
";
arnews[6]="'PoliWood' explores celebs' hand in politics
";
arnews[6] += "When stars speak out on politics, it usually triggers charges of elitism, sanctimony and just plain ignorance.";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 19:19:19 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("