var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays on Nov. 22
";
arnews[0] += "Actor Robert Vaughn is 77. Comedian-director Terry Gilliam is 69. Actor Tom Conti is 68.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:29:52 GMT";
arnews[0] += "
";
arnews[1]="Today In History November 22, 2009
";
arnews[1] += "Today is Sunday, Nov. 22, the 326th day of 2009. There are 39 days left in the year.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:58:47 GMT";
arnews[1] += "
";
arnews[2]="FYI
";
arnews[2] += "Recent births at the Bartlett Regional Hospital: * On Nov. 10, 2009, a son, Callen Matthew Hurley Walker, weighing 7 pounds, 2 ounces, to Caroline Marie Hurley and Casey Lee Walker, of Juneau.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:07:00 GMT";
arnews[2] += "
";
arnews[3]="Celebrity birthdays for Nov. 22
";
arnews[3] += "Actor Robert Vaughn is 77. Actor Michael Callan is 74. Comedian-director Terry Gilliam is 69.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:11:13 GMT";
arnews[3] += "
";
arnews[4]="HC police seek murder suspect
";
arnews[4] += "Saturday, November 21, 2009 at 7:52 p.m. Read more: Local , Little River , Horry County , Oscar Road , Homicide , Shot to Death , Police , Coroner Robert Edge , Lt Jamie Debari , Lamarcus Decarlos Vereen , Charged , Murder , J. Reuben Long Detention Center , Wanted , 28 Year Old David Lane , 843 915 TIPS , Quintney Eugene Graham , Geno , Esco , ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:13:21 GMT";
arnews[4] += "
";
arnews[5]="Longs man arrested, Atlantic Beach man sought in Horry County homicide
";
arnews[5] += "Horry County police arrested a Longs man and are searching for an Atlantic Beach man in connection with the shooting death of a Little River man, according to Lt.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:21:30 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("