var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Police and local briefs
";
arnews[0] += "A rape charge has been dropped against a Fort Wayne man accused in the assault of his ex-girlfriend earlier this year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:37:23 GMT";
arnews[0] += "
";
arnews[1]="Everybody Hates Chris
";
arnews[1] += "Uprooted to a neighborhood and bused into a primarily white middle school two hours aways by his strict, hard-working parents, Chris struggles to find his place, all while keeping his younger brother & sister in line at home and surmounting the tests of junior high school.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:35:05 GMT";
arnews[1] += "
";
arnews[2]="Gamer (R1/Us BD) in January
";
arnews[2] += "Lionsgate Home Entertainment have announced the US DVD and Blu-ray Disc release of Gamer on 19th January 2010.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:04:42 GMT";
arnews[2] += "
";
arnews[3]="Cover Story: A trip down memory lane
";
arnews[3] += "Why NU? \"The overall combination of academics, athletics and fraternity - it was just the best package around.\" Best part of being an O-lineman: \"Just being in the trenches and doing your job and knowing the rest of them are succeeding because of you.\" Camp Kenosha reflections: \"What I'll remember most is not the practices, not how much my body ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:00:11 GMT";
arnews[3] += "
";
arnews[4]="Schwarzenegger to quit politics next year
";
arnews[4] += "Hollywood star-turned-California Governor Arnold Schwarzenegger has announced he'll quit as a politician next year.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:43:09 GMT";
arnews[4] += "
";
arnews[5]="Schwarzenegger to quit politics
";
arnews[5] += "Arnold Schwarzenegger has given his film fans a boost by announcing his days as a politician are numbered - and he'll quit chasing public office next year.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 12:22:28 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("