var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="November 1: Sistine Chapel ceiling opens to pubic, President Adams moves into the White House
";
arnews[0] += "Maine Fast Fac t : The average annual snowfall in Augusta is 80 inches but in 1996 Augusta received 173.8 inches of snowfall.";
arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Harry Potter and the bewitching strip show: Actress in naked plunge in lake at festival
";
arnews[1] += "Natalia Tena: The Harry Potter actress shocked onlookers as she went skinny dipping at a music festival at the weekend She plays clumsy witch Nymphadora Tonks in the blockbuster Harry Potter films.";
arnews[1] += "
Publ.Date : Tue, 28 Jul 2009 15:21:50 GMT";
arnews[1] += "
";
arnews[2]="Tenuous Transition
";
arnews[2] += "After watching Harry Potter and the Half-Blood Prince , I'm worried that a franchise that was building up some significant steam could be heading for a disaster of Matrix proportions.";
arnews[2] += "
Publ.Date : Thu, 16 Jul 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Film Shorts
";
arnews[3] += "Force I am not making this up: A trained force of guinea pigs who are government agents try to stop a billionaire from taking over the world.";
arnews[3] += "
Publ.Date : Wed, 22 Jul 2009 19:56:35 GMT";
arnews[3] += "
";
arnews[4]="The half-baked a Princea : When Potter books transform to the big screen, they lose some magic
";
arnews[4] += "In 1998, I was an awkward, insecure 11-year-old. And so was Harry Potter. Ive grown up with the series, and it, in turn, has grown up with me as my tastes and interests matured.";
arnews[4] += "
Publ.Date : Fri, 17 Jul 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Actress Natalia Tena revels in 'Harry Potter' role
";
arnews[5] += "The sixth installment in the popular fantasy-adventure film franchise based on the top-selling book series by J.K. Rowling.";
arnews[5] += "
Publ.Date : Thu, 16 Jul 2009 13:03:19 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("