var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrities lead charge against Scientology
";
arnews[0] += "Hollywood figures quit 'rip-off' church as Australian prime minister threatens parliamentary inquiry into its activities Sunday, 22 November 2009 The security at the red-brick and glass-walled horseshoe of the John Joseph Moakley courthouse on Boston's waterfront was unusually tight.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:48:22 GMT";
arnews[0] += "
";
arnews[1]="Oprah says prayer, thought influenced exit
";
arnews[1] += "Holding back tears, Oprah Winfrey told her studio audience Friday that she would end her show in 2011 after a quarter-century on the air, saying prayer and careful thought led her to her decision.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Ex-Scientologist sues the cult for loss of girlfriend
";
arnews[2] += "A businessman is suing the Church of Scientology for hundreds of thousands of pounds, claiming that he lost his girlfriend and business after she became indoctrinated by the controversial self-styled church.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:07:57 GMT";
arnews[2] += "
";
arnews[3]="Chicago losing glitz when Winfrey goes off the air
";
arnews[3] += "\"I used to live across the street from Harpo and when I moved there it was me and cross-dressing crack addicts and Harpo.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:00:10 GMT";
arnews[3] += "
";
arnews[4]="Celebrities quit Church of Scientology
";
arnews[4] += "Hollywood figures quit 'rip-off' church as Australian prime minister threatens parliamentary inquiry into its activities The exterior of the Church of Scientology Celebrity Centre in Los Angeles in 2003.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:00:30 GMT";
arnews[4] += "
";
arnews[5]="Needs Photo Forbes Ranks Hollywood's Top 10 Overpaid Actors
";
arnews[5] += "Nov 21st 2009 at 7:02PM Forbes loves lists, and this is a great one if you love to resent actors' huge paychecks -- the Top 10 Overpaid Actors , that is, actors who cost more than their box office worth.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:02:00 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("