var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PHWOAR & ORDER
";
arnews[0] += "NAMES: NICKY BYRNE, 3 ; MARK FEEHILY, 29; SHANE FILAN, 3O; KIAN EGAN, 29 OCCUPATION: SINGERS Ooooh boys, you're a very arresting sight today! Have you ever had a brush with the law in real life? Kian: When I was 18 I came out of a nightclub and kicked a beer bottle along the road.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:50:00 GMT";
arnews[0] += "
";
arnews[1]="James M. Miller
";
arnews[1] += "AUGUST 20, 1949 - NOVEMBER 16, 2009. James M. Miller 60 of Harrison passed away Monday, November 16, 2009 at Mid Michigan Medical Center-Midland. James was born August 20, 1949 in Lansing, Michigan, the son of Albert and Dorothy Miller.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Veteran's memorial
";
arnews[2] += "In a rain-drenched, somber ceremony, a group of about 300 people gathered at Pack Square Park on Veterans Day to dedicate the new Western North Carolina Veterans' Memorial.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 09:18:16 GMT";
arnews[2] += "
";
arnews[3]="Westlife to switch on Christmas lights
";
arnews[3] += "Westlife, who will switch on the Christmas lights in Grafton Street this evening, have dedicated their new album to the fathers of Kian Egan and Nicky Byrne who died this year.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 09:36:14 GMT";
arnews[3] += "
";
arnews[4]="Kinney, Ruth E.
";
arnews[4] += "KINNEY, Ruth E. Age 74, of Phillipsburg, passed away unexpectedly on Friday, November 13, 2009 at her home following a sudden illness.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("