var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Waterman makes heartfelt appeal
";
arnews[0] += "Actress Hannah Waterman wears a giant rose and nothing more as she strips off to encourage others to take heart.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:38:32 GMT";
arnews[0] += "
";
arnews[1]="Waterman makes heartfelt appeal
";
arnews[1] += "Actress Hannah Waterman wears a giant rose and nothing more as she strips off to encourage others to take heart.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:14:19 GMT";
arnews[1] += "
";
arnews[2]="Hannah Waterman strips off for charity
";
arnews[2] += "London, Hannah Waterman strips off for charity Actress Hannah Waterman wears a giant rose and nothing more as she strips off to encourage others to take heart.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:37:09 GMT";
arnews[2] += "
";
arnews[3]="Heartfelt appeal by Hannah Waterman
";
arnews[3] += "Hannah Waterman wears a giant rose and nothing more as she strips off to encourage others to take heart.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:57:41 GMT";
arnews[3] += "
";
arnews[4]="Prisoners 'could sue' if denied vote in general election
";
arnews[4] += "Tens of thousands of prisoners could sue if they are not allowed to vote in this year's general election, the government is being warned.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 00:42:26 GMT";
arnews[4] += "
";
arnews[5]="From loose woman to calendar girl at Venue Cymru
";
arnews[5] += "THEY may not be the two careers her mother would have advised but, being a loose woman and a calendar girl are proving a stunning success for former Oxo gravy mum - and one-time Dr Who Time Lady - Lynda Bellingham.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 13:06:29 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("