var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mystery group poised for 11th hour Saints bid
";
arnews[0] += "Click here to make this page automatically refresh SAINTS host Norwich in this afternoon's League One encounter at St Mary's. Both managers have named unchanged starting elevens from their last matches.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:59:40 GMT";
arnews[0] += "
";
arnews[1]="KIN/SC Pete Doherty causes crush at Kingston's McClusky's
";
arnews[1] += "Pete Doherty reminded fans of his rock star credentials by lighting a cigarette on stage at McCluskya s on Thursday night.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:48:31 GMT";
arnews[1] += "
";
arnews[2]="Prison junkie cheats go free
";
arnews[2] += "JAILS may have released thousands of junkies back onto British streets with faulty \"drug free\" certificates, it has emerged.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:02:47 GMT";
arnews[2] += "
";
arnews[3]="Babyshambles play Happy Mondays' 'Kinko Afro' in Kingston
";
arnews[3] += "Babyshambles played a club gig at the Kingston McClusky's venue last night a ' playing a cover of Happy Mondays ' 'Kinky Afro' to open their set.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:38:52 GMT";
arnews[3] += "
";
arnews[4]="Top cop slams day release decision
";
arnews[4] += "WARWICKSHIRE'S top cop has slammed the day release of brutal burglar who speared a brave Bedworth officer with a crow bar.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:42:15 GMT";
arnews[4] += "
";
totcount = 5;
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("