var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FOOTBALL: Leigh Genesis 5 Harrogate Railway Athletic 1
";
arnews[0] += "By Matt Lawton Leigh Genesis extended their winning run to five successive games with a resounding victory over struggling Harrogate Railway Athletic in a UniBond League First Division North fixture at Chorley's Victory Park.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:37:29 GMT";
arnews[0] += "
";
arnews[1]="Twilight: New Moon star strips for anti-fur campaign
";
arnews[1] += "Christian Serratos, of Twilight fame, appears naked in a PETA \"I'd rather go naked than wear fur\" ad campaign.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 19:23:50 GMT";
arnews[1] += "
";
arnews[2]="a oeTwilighta Star Bares All for PETA
";
arnews[2] += "Browse> Home / Film News , Other / \"Twilight\" Star Bares All for PETA << Another Potential \"Spidey 4\" Adversary Surfaces Actress Christian Serratos has joined a long line of celebrities to bare it all for PETA.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 01:53:00 GMT";
arnews[2] += "
";
arnews[3]="Mellon's set to get upwardly mobile
";
arnews[3] += "FLEETWOOD Town have proved they can compete against Football League opposition, but now comes the crucial task of picking up points against struggling sides in Blue Square North.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 16:02:42 GMT";
arnews[3] += "
";
arnews[4]="Mellon's set to get upwardly mobile FLEETWOOD Town have proved they...
";
arnews[4] += "FLEETWOOD Town have proved they can compete against Football League opposition, but now comes the crucial task of picking up points against struggling sides in Blue Square North.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 12:50:36 GMT";
arnews[4] += "
";
arnews[5]="Furious Chorley boss Waywell tackles officials
";
arnews[5] += "CHORLEY boss Steve Waywell fears football is fast becoming a - non-contact' sport after seeing three Magpies players sent off in their last two games.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 16:35:34 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("