var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="No changes for Darlington
";
arnews[0] += "There are no surprises in the Darlington line-up for this evening's home game with Lincoln City.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:02:34 GMT";
arnews[0] += "
";
arnews[1]="PR-WoO LMS, Lanigan Outduels Owens & Birkhofer To Capture DIRTcar Nationals
";
arnews[1] += "Topic: PR-WoO LMS, Lanigan Outduels Owens & Birkhofer To Capture DIRTcar Nationals Lanigan Outduels Owens & Birkhofer To Capture DIRTcar Nationals by UNOH Opener For UMP Late Models BARBERVILLE, FL - Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:42:32 GMT";
arnews[1] += "
";
arnews[2]="Well done for Urbandale, 2/9/10
";
arnews[2] += "Alexandra Garland of Johnston was named to the chancellor's list at Chapman University in Orange, Calif.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Conference Board says new heart health strategy could save billions of dollars
";
arnews[3] += "A national plan to promote healthier living and reduce heart disease and strokes could save the country $76 billion between now and 2020 - if it meets just some of its targets - a new report says.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Tight up front on top 10K course
";
arnews[4] += "The DEWSBURY 10K is one of the countrya s fastest courses and so attracts the top athletes.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:39:09 GMT";
arnews[4] += "
";
arnews[5]="'Life Unexpected' Recap: Still Feel Sorry for Lux After This? Didn't Think So
";
arnews[5] += "You know what they say about two wrongs not making a right? On Life Unexpected , two wrongs make everything horribly, horribly hopeless.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:15: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("