var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Marâtre Joyeuse: Qu’ont en commun Dre Nadia et Nigella Lawson?
";
arnews[0] += "Qu’ont en commun Dre Nadia et Nigella Lawson? -";
arnews[0] += "
";
arnews[1]="Marâtre Joyeuse: Sur mon blogue: Qu’ont en commun Dre Nadia et Nigella Lawson? http://bit.ly/32eyyx #fb
";
arnews[1] += "Sur mon blogue: Qu’ont en commun Dre Nadia et Nigella Lawson?";
arnews[1] += "
";
arnews[2]="Namita Liz Koshy: Namita is doing a cook-in of nigella lawson's recipes over the weekend. open house!
";
arnews[2] += "Namita is doing a cook-in of nigella lawson's recipes over the weekend. open house!";
arnews[2] += "
";
arnews[3]="Namita Liz Koshy: the verdict is in. exotic menu: pollo alla cacciatora (chicken), warm potato salad, ice cream cake. courtesy nigella lawson
";
arnews[3] += "the verdict is in. exotic menu: pollo alla cacciatora (chicken), warm potato salad, ice cream cake. courtesy nigella lawson";
arnews[3] += "
";
arnews[4]=""I admire Keith Hern’s spirit and his honesty" Nigella Lawson http://tinyurl.com/yfsrfc6 Nigella on Keith's throat cancer #NLP book
";
arnews[4] += "\"I admire Keith Hern’s spirit and his honesty\" Nigella Lawson";
arnews[4] += "
";
totcount = 5;
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("