var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Catch up on the week
";
arnews[0] += "MONDAY The Government is listening to concerns over plans to scrap tax relief on childcare vouchers and an announcement will be made next month, said Children's Secretary Ed Balls.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Hugh Grant 'would like to have children'
";
arnews[1] += "Hugh Grant has said that he would like to have children. In an interview with Parade , the actor explained that he hasn't \"given up hope\" of starting a family.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:30:38 GMT";
arnews[1] += "
";
arnews[2]="Did You Hear About the Morgans?
";
arnews[2] += "Hugh Grant , Sarah Jessica Parker , Sam Elliott , Mary Steenburgen , Elisabeth Moss , Michael Kelly , Wilford Brimley Genre: Comedy DidYouHearAbouttheMorgans.com Review: DVD: The comedy \"Did You Hear About the Morgans?\" follows a highly successful Manhattan couple, Meryl and Paul Morgan , whose almost-perfect lives have only one notable failure - ...";
arnews[2] += "
Publ.Date : Thu, 16 Oct 2008 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Hershey mulls Cadbury bid
";
arnews[3] += "Sat Nov 21, 2009 8:32am EST - Hershey's candy boxes are seen inside a store in New York, November 18, 2009.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:27:05 GMT";
arnews[3] += "
";
arnews[4]="50 Cent turns movie scribe
";
arnews[4] += "PARIS HILTON's mother has opened up about her daughter's plans for a breast enlargement, insisting the socialite was all set to go under the knife but backed out at the last minute.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:41:14 GMT";
arnews[4] += "
";
arnews[5]="Ghalib sentenced to prison
";
arnews[5] += "Officials at Emanuel Ungaro have dismissed rumours they are set to drop LINDSAY LOHAN as a creative consultant following her widely-panned catwalk contribution in September .";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:41:00 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("