var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kenneth G. Armstrong
";
arnews[0] += "Graveside services for Kenneth G. Armstrong, 85, of Laneville, will be held on Thursday Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:12:15 GMT";
arnews[0] += "
";
arnews[1]="Relocation Relocation
";
arnews[1] += "It's a simple enough idea for a fly-on-the-wall series. Well, she made a pretty respectable job of becoming a Parisian showgirl.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:29:09 GMT";
arnews[1] += "
";
arnews[2]="Midsomer Murders
";
arnews[2] += "Well, she made a pretty respectable job of becoming a Parisian showgirl. Read Full Story Have Your Shout Best known to most of us viewers as Supernanny - yes, her of 'naughty step' fame - parenting expert Jo Frost is broadening her approach in this new series.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:29:00 GMT";
arnews[2] += "
";
arnews[3]="Emmerdale
";
arnews[3] += "Best known to most of us viewers as Supernanny - yes, her of 'naughty step' fame - parenting expert Jo Frost is broadening her approach in this new series.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:28:48 GMT";
arnews[3] += "
";
arnews[4]="The powerful cynicism of parenting TV
";
arnews[4] += "As Jo Frost moves on from naughty children to troubled ones, parenting telly is definitely getting bigger a ' but no more grown-up It's starting to look like parent season on the telly, but only if you looked at the schedules for less than two seconds, or if you're not a parent and everything featuring children appears to spring from the same genus ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:21:34 GMT";
arnews[4] += "
";
arnews[5]="Nanny's New Clothes
";
arnews[5] += "Rest assured, this is a completely different show to Supernanny. Oh yes. So it might look like Frost is still trying to sort out problem children and daft parents, but this time there's a twist! She's working with more than just one family at a time! And wait, there's ANOTHER twist! She's going to be looking at ISSUES as well as trying to sort out ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:15:31 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("