var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hockey: Gallant Thornbury suffer Clevedon defeat
";
arnews[0] += "CLEVEDON gained the double over a gallant Thornbury side. Thornbury created a number of early chances but as on numerous occasions this season failed to capitalise and the visitors came more into the game.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 10:26:34 GMT";
arnews[0] += "
";
arnews[1]="Sophie Anderton 'Harassment' Case Heads to Court
";
arnews[1] += "A man accused of harassing British model SOPHIE ANDERTON is set to stand trial after cops caught him phoning her while she was in a police station reporting him.";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 09:13:03 GMT";
arnews[1] += "
";
arnews[2]="Anderton 'Harassment' Case Heads to Court
";
arnews[2] += "The troubled reality TV star alleges Paul Davis has been bombarding her= with text messages and phone calls, insisting she's been scared to leave= her house.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 12:24:05 GMT";
arnews[2] += "
";
arnews[3]="Sophie Anderton - Anderton 'Harassment' Case Heads to Court
";
arnews[3] += "Caption: Sophie Anderton leaves Lifestyle Fashion Week in a taxi with friends Liverpool, England .... A man accused of harassing British model SOPHIE ANDERTON is set to stand trial after cops caught him phoning her while she was in a police station reporting him.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 13:59:53 GMT";
arnews[3] += "
";
arnews[4]="Sophiea s a stalkera snared
";
arnews[4] += "A STALKER phoned supermodel Sophie Anderton while she was in a police station reporting him for harassment, it was claimed yesterday.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 07:46:39 GMT";
arnews[4] += "
";
arnews[5]="Ed Buxton
";
arnews[5] += "We published an article, on 18 July 2009, suggesting that Sophie Anderton had been seen with a nasty black eye just three days after the police had been called to break up a fight between her and her ex-boyfriend, Ed Buxton.";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 06:00:22 GMT";
arnews[5] += "
";
arnews[6]="Michael Lohan wants...
";
arnews[6] += "Disgraced model SOPHIE ANDERTON has been arrested following a drunken outburst at a railway station after her train was cancelled in London's snow chaos.";
arnews[6] += "
Publ.Date : Mon, 28 Dec 2009 22:49:08 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("