var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview With Jeremy Alumbaugh, Springfield SC Director of Operations
";
arnews[0] += "I spent some time with Jeremy Alumbaugh, Director of the Springfield SC for the past six years.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:51:52 GMT";
arnews[0] += "
";
arnews[1]="Patterson posts perfect game
";
arnews[1] += "Joe Patterson became the 16th bowler to achieve perfection this season when he rolled his ninth 300 in the third game of his set in the Commercial Ten Pin league.";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 02:30:00 GMT";
arnews[1] += "
";
arnews[2]="Stop the lending?
";
arnews[2] += "That's almost a quarter of the entire amount reported raised in all forms during that same time period .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:22:09 GMT";
arnews[2] += "
";
arnews[3]="Book Review : Star Trek Inception
";
arnews[3] += "While his \"Lost\" co-stars prepare to pack up and leave Hawaii, Daniel Dae Kim can plan to remain there for at least a few more months.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:50:27 GMT";
arnews[3] += "
";
arnews[4]="Two inmates who escaped in Indio last fall plead not guilty
";
arnews[4] += "Two of four inmates who briefly escaped from custody in north Indio last fall by overpowering a correctional deputy while being transported to the Indio jail pleaded not guilty today to felony charges.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Walker holds off Brewer
";
arnews[5] += "Walker head coach Scotty Ware and the Vikings got the home game they wanted. Walker earned the right to host a sub-region game after getting past the Brewer Patriots 65-61 in the Class 5A, Area 12 tournament championship at Songer Gym Monday night.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:32:03 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("