var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Royal seeking run at record books in Div. I final
";
arnews[0] += "The Royal of Simi Valley boys' cross country team probably thought the competition couldn't get much tougher in 2006 when the Highlanders capped a run of three straight Southern Section Div.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:50:45 GMT";
arnews[0] += "
";
arnews[1]="Royal seeking run at record books in Div. I final
";
arnews[1] += "The Royal of Simi Valley boys' cross country team probably thought the competition couldn't get much tougher in 2006 when the Highlanders capped a run of three straight Southern Section Div.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:47:21 GMT";
arnews[1] += "
";
arnews[2]="1912 Speedwell sports car is likely the last one around
";
arnews[2] += "WARWICK There aren't many Speedwell Speed Cars around. Speedwell Motor Car Co. was only in existence for seven years, from 1907 to 1914.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:39:59 GMT";
arnews[2] += "
";
arnews[3]="Boy suffers no ill effects from night in woods
";
arnews[3] += "A 5-year-old DeLeon Springs boy who wandered into the woods near his home Thursday night suffered no ill effects from the ordeal, Volusia County deputy sheriffs said Friday.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:38:00 GMT";
arnews[3] += "
";
arnews[4]="Column: I want to give but where do I begin?
";
arnews[4] += "Standing in the line at Kroger, I asked the lady in front of me if the mittens I had would fit a 7-year-old. When it comes to buying things for children, I'm hopeless, meaning I spend the season picking on my fellow shoppers, begging for advice.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:26:41 GMT";
arnews[4] += "
";
arnews[5]="Pink Tie Affair pulls in plenty of green
";
arnews[5] += "Pink Tie Affair co-chairs Wendi Graper , left, and Lori Shaw had very personal reasons for becoming involved with Susan G. Komen for the Cure.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:40:15 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("