var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="All the many shades of Gray
";
arnews[0] += "One of Bainbridge's very own, Robby Gray, makes a name for himself in the world of beauty and fashion.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 20:16:06 GMT";
arnews[0] += "
";
arnews[1]="Kim Cattrall Sexes Up The Art World For A Second Time
";
arnews[1] += "KIM CATTRALL is preparing to sex up the art world again - she's stripping off for a second time to help keep a classic Renaissance painting in the U.K. Last year , the Sex and the City siren shed her clothes to recreate Titian's Diana and Actaeon in a bid to raise awareness of the British National Gallery's campaign to stop the artwork being sold ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 18:25:56 GMT";
arnews[1] += "
";
arnews[2]="Kim Cattrall strips off to save painting from auction
";
arnews[2] += "The London News.Net Tuesday 24th November, 2009 London, Nov 24 : 'Sex and the City' star Kim Cattrall has once again shed her clothes to keep a classic Renaissance painting in the U.K. Last year, the 53-year-old actress had bared all to recreate artist Titian's Diana and Actaeon in a bid to raise awareness of the British National Gallery's campaign ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 15:17:41 GMT";
arnews[2] += "
";
arnews[3]="Kim Cattrall Disrobes to Save Titian's 'Diana and Actaeon'
";
arnews[3] += "You know when stars align and coincidences seem to happen more frequently? Well so it has been for us this week.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 14:19:31 GMT";
arnews[3] += "
";
arnews[4]="'Dexter' Actor to Appear on 'The Vampire Diaries'
";
arnews[4] += "Another vampire is coming to Mystic Falls. James Remar, who is perhaps best known as Richard, the on-off tycoon boyfriend of Kim Cattrall's character in Sex and the City , as well as serial killer Dexter Morgan's father Harry on Showtime's Dexter , has joined the cast of The Vampire Diaries to spice up the drama in the key role of Giuseppe ...";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 17:44:23 GMT";
arnews[4] += "
";
arnews[5]="Cattrall to strip to save painting from auction
";
arnews[5] += "Sex And The City star Kim Cattrall is preparing to sizzle the art world again as she's stripping off for a second time to help keep a classic Renaissance painting in the UK.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 09:37:50 GMT";
arnews[5] += "
";
totcount = 6;
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("