var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bruce Seidel Named Top Show Chef at Cooking Channel - Multichannel Online
";
arnews[0] += "Cooking Channel, the upcoming Scripps Network outlet, will have Bruce Seidel as its top programming chef. Seidel, who was a programmer at sister network Food Network, will have the title senior VP of programming. Bruce Seidel of Cooking Channel He ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 03:00:00 GMT";
arnews[0] += "
";
arnews[1]="How to be a Domestic Goddess – La Revue de Cuisine - Scoop
";
arnews[1] += "The dance is structured around one of Nigella Lawson’s cooking shows, and the Crows dance their way through the making of pastry, cupcakes etc. accompanied by words ... We decided it was time to make a dance about cooking and baking.”";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:01:00 GMT";
arnews[1] += "
";
arnews[2]="Inside Arizona's obesity-themed restaurant - Salon
";
arnews[2] += "In case you weren't disturbed enough by this week's bizarre story of two American heart-attack themed restaurants suing each other because of their similar concept (and the fact that give free food to people who weigh over 350 pounds), this Travel ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:59:00 GMT";
arnews[2] += "
";
arnews[3]="An Evening With Deb Filler - Scoop
";
arnews[3] += "Deb Filler is a hilariously funny woman, a kind of Kiwi Ruby Wax mixed with Tracy Ullman... and a sprinkling of Nigella Lawson... Deb Filler's warm personality totally shines through. Do NOT miss her wherever she is performing.” - The Times, London ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 00:52:00 GMT";
arnews[3] += "
";
arnews[4]="Delia Through the Decades: I could watch this for years - The Guardian
";
arnews[4] += "In my kitchen I have a row of hardbacks with the odd food-spattered page and well-loved recipe. And then I have my complete Delia – battered, grease-stained, annotated; with a cover where the writing's fading, and a corner that's been ripped clean ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 13:31:00 GMT";
arnews[4] += "
";
arnews[5]="Indian artists get Iraqi patron, take on Britain - Asian Age
";
arnews[5] += "Saatchi, who is married to celebrity cook and journalist Nigella Lawson, is very reclusive and does not give interviews at all. This is one of the biggest shows of Indian contemporary art in London, and with the prices for Chinese modern art hitting ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 21:10: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("