var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Speedy girls find silver lining
";
arnews[0] += "Saturday saw Royal Sutton Athletics Club in action again at Stafford Common in the Midland Area Cross Country Championships.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 17:08:39 GMT";
arnews[0] += "
";
arnews[1]="Bar Convent founder moves closer to sainthood
";
arnews[1] += "THE founder of York's Bar Convent, Mary Ward , has moved a step closer to being canonised.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 09:46:45 GMT";
arnews[1] += "
";
arnews[2]="Roman Miroshnichenko's Single "Unforgiven" Wins the IMA's
";
arnews[2] += "President, Kimberly Bjorklund of K&B Entertainment and our Global Partners - Congratulates Mr.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 16:41:05 GMT";
arnews[2] += "
";
arnews[3]="Roman Miroshnichenko's Single 'Unforgiven' Wins the IMA's
";
arnews[3] += "February 3, 2010 -- President, Kimberly Bjorklund of K&B Entertainment and our Global Partners - Congratulates Mr.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 20:32:23 GMT";
arnews[3] += "
";
arnews[4]="Roman Miroshnichenko's Single 'Unforgiven' Wins the IMA's
";
arnews[4] += "February 3, 2010 -- President, Kimberly Bjorklund of K&B Entertainment and our Global Partners - Congratulates Mr.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 13:02:05 GMT";
arnews[4] += "
";
arnews[5]="Michelle sets sight on TV talent show
";
arnews[5] += "THE winner of a Suffolk talent show has described her a oeoverwhelminga joy at her triumph just one week before she auditions for the latest Andrew Lloyd Webber TV show.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 12:26:55 GMT";
arnews[5] += "
";
arnews[6]="Leeds toddler's 100,000 cancer fight hope
";
arnews[6] += "Family and friends of a cancer-stricken Leeds toddler have launched a campaign to help pay for revolutionary treatment in America a ' which could be her only hope.";
arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 07:45:45 GMT";
arnews[6] += "
";
totcount = 7;
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("