var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SCDPS faces ire of council, residents followi
";
arnews[0] += "A complaint to the City Council has sparked a controversy on the behavior of officers of the Social Circle Department of Public Safety.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:55:15 GMT";
arnews[0] += "
";
arnews[1]="Injury report
";
arnews[1] += "Rookie Michael Crabtree is the 49ers' leader in receiving targets . Here are the up-to-the-minute updates for Week 11's crucial slate of games.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="CFB: Big First Quarter Gives ...
";
arnews[2] += "1 University of Sioux Falls football team clobbered the No. 14 Minot State University 63-21 in the first round of the NAIA playoffs Saturday afternoon in Sioux Falls.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:53:16 GMT";
arnews[2] += "
";
arnews[3]="Gift Guide: Music
";
arnews[3] += "U sed to be, we'd have dozens of major box sets to choose from around holiday shopping time.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:49:06 GMT";
arnews[3] += "
";
arnews[4]="Woman, 21, gets 13 years for killing
";
arnews[4] += "Saying Sarah Bunch was shown considerable leniency in a plea agreement that reduced the charges against her, Wood County Common Pleas Judge Alan Mayberry Friday ordered her to serve 13 years in prison - the maximum sentence - for shooting a Northwood man to death and then setting his house ablaze.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:46:39 GMT";
arnews[4] += "
";
arnews[5]="Births
";
arnews[5] += "A boy, Dylan Wayne Stanley, was born to Briana and Jeremy Stanley on Oct. 18, 2009.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:57: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("