var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Riverside Spell Bowl Team
";
arnews[0] += "Riverside Intermediate School sixth grade spell bowl team earned first place in Class I at the Northern Indiana District Spell Bowl held at North Liberty on Thursday night.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:42:55 GMT";
arnews[0] += "
";
arnews[1]="The Lon and the short of it
";
arnews[1] += "Note: DVD format preferable, but QuickTime movies are acceptable. As local movie director Pete Schuermann talks about his work - films ranging from Haze , a documentary about alcohol and college hazing, to Evil Brain from Planet X , a sci-fi short spoofing old B-movies - he admits he has a pet peeve.";
arnews[1] += "
Publ.Date : Tue, 27 Jan 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Tucker Max's movie is probably shown in hell
";
arnews[2] += "In certain films the audience can gage the trajectory, style, and even quality of the entire movie within the first few frames.";
arnews[2] += "
Publ.Date : Sun, 13 Sep 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Transportation rep discusses bus rapid transit initiative
";
arnews[3] += "With the projected growth of more than 850,000 residents in Polk County by 2035, the Polk Transportation Planning Organization is looking to create a bus transit in designated areas that could be a reality in 10 or 15 years.";
arnews[3] += "
Publ.Date : Tue, 06 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Transportation rep discusses bus rapid transit initiative
";
arnews[4] += "With the projected growth of more than 850,000 residents in Polk County by 2035, the Polk Transportation Planning Organization is looking to create a bus transit in designated areas that could be a reality in 10 or 15 years.";
arnews[4] += "
Publ.Date : Tue, 06 Oct 2009 15:20:57 GMT";
arnews[4] += "
";
arnews[5]="Opening this Week For movies opening September 25, 2009
";
arnews[5] += "BIG BUDGET FILMS Fame Remake of the 1980 classic revolving around the aspirations of students at NYC's School for the Performing Arts as they prepare for professional careers in dance, music and acting.";
arnews[5] += "
Publ.Date : Fri, 25 Sep 2009 22:04:23 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("