var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Aug. 16, 1977, Elvis Presley died at his Graceland estate in Memphis, Tenn., at age 42.
";
arnews[0] += "Elvis Presley rehearses for his performance on the \" Milton Berle Show\" on June 4, 1956 in Burbank, California .";
arnews[0] += "
Publ.Date : Sat, 29 Aug 2009 18:37:35 GMT";
arnews[0] += "
";
arnews[1]="Holidays on Earth Today: August 16, 2009
";
arnews[1] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[1] += "
Publ.Date : Mon, 17 Aug 2009 10:59:11 GMT";
arnews[1] += "
";
arnews[2]="On Aug. 16, 1977, Elvis Presley died at his Graceland estate in Memphis, Tenn., at age 42.
";
arnews[2] += "Elvis Presley rehearses for his performance on the \" Milton Berle Show\" on June 4, 1956 in Burbank, California .";
arnews[2] += "
Publ.Date : Mon, 17 Aug 2009 09:15:41 GMT";
arnews[2] += "
";
arnews[3]="Almanac
";
arnews[3] += "Today is Sunday, Aug. 16, the 228th day of 2009. There are 137 days left in the year.";
arnews[3] += "
Publ.Date : Sun, 16 Aug 2009 16:23:00 GMT";
arnews[3] += "
";
arnews[4]="Today in History
";
arnews[4] += "Today is Sunday, Aug. 16, the 228th day of 2009. There are 137 days left in the year.";
arnews[4] += "
Publ.Date : Mon, 17 Aug 2009 03:32:35 GMT";
arnews[4] += "
";
arnews[5]="This day in history
";
arnews[5] += "Today is Sunday, Aug. 16, the 228th day of 2009. There are 137 days left in the year.";
arnews[5] += "
Publ.Date : Sun, 16 Aug 2009 07:00: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("