var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Whitworth Swimming Ready to Race at NWC Championships
";
arnews[0] += "The 2010 Northwest Conference swimming championships arrive this week and the Whitworth University teams are ready to race for individual and team titles during the three-day competition at the King County Aquatic Center in Federal Way, Washington.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="School Roundup: Gymnastics, Wrestling, Boys Basketball, Girls Basketball
";
arnews[1] += "Barnstable clinched it's 11th straight Cranberry League gymnastics title yesterday, edging second place Nauset 145.05-140.9. Bridgewater/Raynham finished third with 137.7. Brittan Morris placed second and Leah Pacheco third in the all-around competition while Chelsey Harper took first in the floor and second on the bars.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 21:37:28 GMT";
arnews[1] += "
";
arnews[2]="Correction: Salary of deputy coroner was incorrect Correction: Ticket ...
";
arnews[2] += "Salary of deputy coroner was incorrect The salary of newly hired Bradford County Deputy Coroner Samantha Benson will be $1,500 per year.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 11:51:04 GMT";
arnews[2] += "
";
arnews[3]="Marriages
";
arnews[3] += "Filed Jan. 25 Derrick Dewayne Hill and Johnetta Lenette, both of Shreveport. Charles Lee Tanner and Rhonda Lynn Davis, both of Shreveport.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="In Houma, Saints fans'Boogie like Benson'
";
arnews[4] += "A retired sister duo parasoled and second-lined its way to the winner's circle Saturday in a display of Who Dat spirit.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:40:13 GMT";
arnews[4] += "
";
arnews[5]="Sundance Interview: Brendan Benson reveals what's next for the Raconteurs
";
arnews[5] += "Brendan Benson is best known as a member of the Raconteurs, along with the White Stripes/Dead Weather's Jack White and Jack Lawrence and Patrick Keeler of Greenhornes.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 15:40:13 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("