var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Missing Ga. man found dead from exposure in SC
";
arnews[0] += "A Georgia man missing for three weeks has been found dead in South Carolina. The Anderson Independent-Mail reported the body of 75-year-old Jack Franklin Hawks Sr.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:02:16 GMT";
arnews[0] += "
";
arnews[1]="Perez Hilton, Black Eyed Peas manager settle suit
";
arnews[1] += "Chuck is a series that isn't quite a hit, but isn't quite a miss. Its star -- Zachary Levi and producers -- hope that the changes made on Season Three will push it into the hit category.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Alvin and The Chipmunks: The Squeakquel Sings Up to DVD and Blu-ray on March 30th
";
arnews[2] += "You can bring home the latest singing adventures of Alvin, Simon and Theodore on DVD and Blu-ray this March.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:26:46 GMT";
arnews[2] += "
";
arnews[3]="Chuck - the spy who had me rolling with laughter
";
arnews[3] += "Reno Crime TV Examiner rates this: Chuck is now in its third season. Yes, this show is about crime, but the funny kind.";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Carlyle G. Van Driest
";
arnews[4] += "Carlyle G. Van Driest, 74, of N1080 Sauk Trail Road, Cedar Grove, died early on Sunday morning, February 7, 2010, with his family at his side.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Wolverine And The X-Men Volume 4 - Fate Of The Future
";
arnews[5] += "Chuck is a series that isn't quite a hit, but isn't quite a miss. Its star -- Zachary Levi and producers -- hope that the changes made on Season Three will push it into the hit category.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 05: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("