var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Curvy Women May Be A Clever Bet
";
arnews[0] += "Curvy Women May Be A Clever Bet. Nigella Lawson: Curvy figure and an Oxford degree [Pic in URL]. Women with curvy figures are likely to be brighter than waif-like counterparts and may well produce more intelligent offspring, a US study suggests.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:34:44 GMT";
arnews[0] += "
";
arnews[1]="Staff copy editor reviews 'Nigella Christmas'
";
arnews[1] += "Staff copy editor reviews \"Nigella Christmas\" \"NIGELLA Christmas\" is the gift you give before the holidays.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Pumpkin can be so much more than pie
";
arnews[2] += "Every year the pumpkin parade arrives earlier - before Labor Day, even, the fluffy pumpkin lattes and baseball mitt-size pumpkin muffins emerge on cue from behind coffee bar counters.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:01:00 GMT";
arnews[2] += "
";
arnews[3]="Staff copy editor reviews "Nigella Christmas"
";
arnews[3] += "Staff copy editor reviews \"Nigella Christmas\" Date published: 11/20/2009 \"NIGELLA Christmas\" is the gift you give before the holidays.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:34:36 GMT";
arnews[3] += "
";
arnews[4]="Most moms cook just nine different mealsa
";
arnews[4] += "The average mum relies on just NINE different meals to feed her family, it has been found.a A study of 4,000 families found that nine in 10 moms cook the same meals over and over again - and one in four even have a set day of the week for different dishes.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:01:35 GMT";
arnews[4] += "
";
arnews[5]="Happy Chazmas
";
arnews[5] += "Yes, it's been that wonderful time of the year when we celebrate the arrival of my lovely Missus onto this unworthy planet all them years ago.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:05:45 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("