var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tiverton hang on to claim vital win
";
arnews[0] += "TIVERTON made it two wins out of two on Saturday to further ease their Western Counties West relegation worries.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:00:00 GMT";
arnews[0] += "
";
arnews[1]="Non-League football: Motors make Eastwood struggle
";
arnews[1] += "IN what was possibly the worst game since manager Paul Cox took charge four and a half years ago, Eastwood were fortunate to come away with a goalless draw at home to Blue Square North strugglers Vauxhall Motors.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 07:30:00 GMT";
arnews[1] += "
";
arnews[2]="Signing Day: Abilene High moves 6 to college level
";
arnews[2] += "Thomas Metthe/Reporter-News Abilene High defensive lineman Josh Brooks pulls down Fort Worth Dunbar running back Jordan Rollerson for a loss during the first quarter of the Eagles' 56-13 win Saturday afternoon, Aug.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 02:39:20 GMT";
arnews[2] += "
";
arnews[3]="RJF Homes Beckett Football League round-up
";
arnews[3] += "RESURGENT Bagby & Balk have shot up from bottom to fourth place in division one of the RJF Homes Beckett Football League.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:51:48 GMT";
arnews[3] += "
";
arnews[4]="Campaign 2010: Congressional candidates report donations over $100,000
";
arnews[4] += "Alabama's congressional elections have become highdollar affairs, with new federal campaign finance reports showing several candidates raising more than $100,000 over the last three months.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 01:52:51 GMT";
arnews[4] += "
";
arnews[5]="Campaign 2010: Alabama congressional candidates report donations over $100,000
";
arnews[5] += "Ala bama's congressional elec tions have become high dollar affairs, with new fed eral campaign finance re ports showing several can didates raising more than $100,000 over the last three months.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 13:08:18 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("