var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jodie Marsh: 'Jonathan Ross is a bully'
";
arnews[0] += "Jodie Marsh has accused Jonathan Ross of being a bully. The model told Heat that Ross's Friday night BBC One talkshow is the programme that makes her switch off her TV.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:27:47 GMT";
arnews[0] += "
";
arnews[1]="Plenty of firsts for young swimmers
";
arnews[1] += "BRIDLINGTON Swimming Club competed in the first friendly League Gala of 2010 hosted by Driffield.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:14:06 GMT";
arnews[1] += "
";
arnews[2]="South Woodford: First tattoo studio opens with champagne reception
";
arnews[2] += "SOUTH Woodford's very first tattoo parlour has officially opened with a champagne reception.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 19:17:28 GMT";
arnews[2] += "
";
arnews[3]="South Woodford: Area's first tattoo parlour to open
";
arnews[3] += "SOUTH Woodford's first tattoo parlour is to open this Saturday. Viper Studio, which also has premises in Ilford, will be opened tomorrow by reality TV personality Jodie Marsh.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 15:48:00 GMT";
arnews[3] += "
";
arnews[4]="South Woodford: Tattooist talks ink as parlour prepares to open
";
arnews[4] += "AS South Woodford's first tattoo parlour prepares to open, tattooist Chris Howells talks to CLAIRE HACK about his work.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 22:18:54 GMT";
arnews[4] += "
";
arnews[5]="New review: Living Dolls: The Return of Sexism
";
arnews[5] += "Natasha Walter's latest book reflects her change of heart since The New Feminism, but Melanie Newman argues the result is a mixed bag In 2005, Natasha Walter said young women were fed up with being made to feel guilty for wearing mini-skirts. Feminists should forget policing women's clothes and sexual behaviour, she argued in The New Feminism , and ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 03:05:57 GMT";
arnews[5] += "
";
arnews[6]="SWIMMING: 200m championships
";
arnews[6] += "AFTER two postponements, Bridlington Swimming Club finally held the 200m Breaststroke and Butterfly Championships at Leisure World pool.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 12:53:48 GMT";
arnews[6] += "
";
arnews[7]="Jodie Marsh: 'Don't wear knickers'
";
arnews[7] += "Jodie Marsh has advised celebrities who want to be photographed by the paparazzi to flash their breasts and not wear any knickers.";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 16:49:56 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("