var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A piece of cake for Carpenters against Flan
";
arnews[0] += "BATH SUNDAY Division 1 leaders Carpenters Arms were comfortable winners at Flan O'Briens in the Roper Rhodes Bathrooms Bath & District Sunday League.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 11:00:00 GMT";
arnews[0] += "
";
arnews[1]="Jordan: A woman of her word Part 256,897
";
arnews[1] += "Jordan, last week: \"People think Alex is an aggressive fighter but he's taught me so much about calmness and letting things go.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Katie Price blasts Marsh, ex-friend
";
arnews[2] += "Katie Price has hit out at her former best friend Michelle Clack and long-established enemy Jodie Marsh.";
arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 14:51:17 GMT";
arnews[2] += "
";
arnews[3]="Jodie Marsh and Kayleigh Pearson are Bad Girls
";
arnews[3] += "Been a while since I've seen Jodie Marsh do anything but here she is in a new shoot for Zoo .";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 20:02:21 GMT";
arnews[3] += "
";
arnews[4]="Obituaries for October 31, 2009
";
arnews[4] += "Ted Wayne Agee, 71, of Hixson, died Thursday, Oct. 29, 2009, in a local hospital surrounded by his loving family and friends.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 04:28:29 GMT";
arnews[4] += "
";
arnews[5]="Obituaries for October 30, 2009
";
arnews[5] += "Margaret A. Bowman, 72, of Hixson, born to the late Elberta and Woodrow Shea of Savannah, Ga., passed away Wednesday, Oct.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 04:08:26 GMT";
arnews[5] += "
";
arnews[6]="Katie Price tells H&H: "Jodie can say what she likes"
";
arnews[6] += "Jodie recently said in an interview to Zoo magazine: \"What does Jordan do on a horse? Dressage - trots around - that's all she does.";
arnews[6] += "
Publ.Date : Fri, 30 Oct 2009 03:58:33 GMT";
arnews[6] += "
";
arnews[7]="Glamour girls at war: Jodie Marsh claims "Katie Price can't ride"
";
arnews[7] += "Jodie, well known for her heated feuds with rival glamour girls, emphasised dressage in her tirade, exclaiming: \"What does Jordan do on a horse? Dressage - trots around - that's all she does.";
arnews[7] += "
Publ.Date : Wed, 28 Oct 2009 22:18:58 GMT";
arnews[7] += "
";
totcount = 8;
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("