var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="See our latest galleries
";
arnews[0] += "Uplifiting, exhilirating, emotional. Take a look at the pictures from the fantastic Relay for Life in Sutton and see if you've been snapped.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:05:10 GMT";
arnews[0] += "
";
arnews[1]="Southend backs Essex X Factor hopefuls
";
arnews[1] += "ESSEX X Factor hopefuls Olly Murs and Stacey Soloman can count on the support of staff at Southend seafront's main attractions.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:59:53 GMT";
arnews[1] += "
";
arnews[2]="Brown makes X Factor gaffe
";
arnews[2] += "GORDON Brown again announced how much he loves The X Factor today - but then embarrassingly got Danyl Johnson's name wrong.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:31:58 GMT";
arnews[2] += "
";
arnews[3]="'Kate's treated like a Gladiator'
";
arnews[3] += "JORDAN'S mum has compared her treatment on I'm A Celeb to a Gladiator's in ancient times.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:31:31 GMT";
arnews[3] += "
";
arnews[4]="I'm A Celebrity: Katie Price's mum says model's...
";
arnews[4] += "Katie Price's mum and brother said today she is being treated in TV's I'm A Celebrity like someone being stoned by the Gladiators in ancient times.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 14:45:00 GMT";
arnews[4] += "
";
arnews[5]="How Jedward are taking over Twitter
";
arnews[5] += "The X Factor occupied half of Twitter's top 'trending' global topics list during Sunday's show a ' is this the future of television? Jedward sing Queen's Under Pressure on Saturday's The X Factor.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:57:44 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("