var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saturday 26/09
";
arnews[0] += "The Lord of the Rings: The Fellowship of the Ring In the first part of the popular trilogy, based on J.R.R. TolkienA's fantasy novels, Frodo the Hobbit finds out that the ancient ring in his possession must be destroyed.";
arnews[0] += "
Publ.Date : Sat, 26 Sep 2009 10:01:42 GMT";
arnews[0] += "
";
arnews[1]="'The Mel Brooks Collection On Blu-ray Disc' Set for 12/15 Release
";
arnews[1] += "Best known as a creator of broad film farces and uproarious parodies, jack-of-all-trades Mel B rooks has been entertaining audiences for years with his wacky and absurdist humor.";
arnews[1] += "
Publ.Date : Sat, 26 Sep 2009 02:25:04 GMT";
arnews[1] += "
";
arnews[2]="Holidays on Earth Today: September 12, 2009
";
arnews[2] += "Then there are strange and weird holidays that really have no meaning besides the mere purpose to have an excuse to celebrate something.";
arnews[2] += "
Publ.Date : Wed, 16 Sep 2009 15:42:23 GMT";
arnews[2] += "
";
arnews[3]="On Sept. 12, 2008, Hurricane Ike began battering the Texas coast
";
arnews[3] += "Today is Saturday, Sept. 12, the 255th day of 2009. There are 110 days left in the year.";
arnews[3] += "
Publ.Date : Sun, 13 Sep 2009 00:58:59 GMT";
arnews[3] += "
";
arnews[4]="Farewell to a true gloved one September 12, 2009
";
arnews[4] += "La Toya Jackson says her brother Michael looked \"absolutely fabulous\" when he was laid to rest last week.";
arnews[4] += "
Publ.Date : Sat, 12 Sep 2009 13:33:53 GMT";
arnews[4] += "
";
totcount = 5;
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("