var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top 9 restaurant openings of 2009 - Regina Leader-Post
";
arnews[0] += "Despite the world’s economic woes, a menu of top-class chefs are pushing ahead with plans to open new restaurants this year. Men’s website AskMen.com has come up with a list of nine of the hottest new restaurant openings this year. 1. The Savoy ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:22:00 GMT";
arnews[0] += "
";
arnews[1]="GORDON RAMSAY: COOKALONG USA - Daily Star
";
arnews[1] += "Warm, witty, endlessly inspiring. These are just a few of the words I wouldn’t dream of using to describe Gordon Ramsay’s presenting style. But clearly I’m a clueless imbecile, because the man continues to be a huge success on both sides of the ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 00:06:00 GMT";
arnews[1] += "
";
arnews[2]="Ridgewood’s Bazzini Restaurant Gets A Makeover By Gordon Ramsay - Thaindian.com
";
arnews[2] += "Feb 6, (THAINDIAN NEWS) It is known that noted Chef Gordon Ramsay has a fascination for giving a new look to the not so happening restaurants in New Jersey. In the previous episode of his show named “Kitchen Nightmares” he chose a restaurant ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 13:48:00 GMT";
arnews[2] += "
";
arnews[3]="The Junction’ Restaurant Revamped By Gordon Ramsay - Thaindian.com
";
arnews[3] += "Feb 3, (THAINDIAN NEWS) For most foodies as well as reality television show lovers, ‘Kitchen Nightmares’ is one series that has gained popularity over the years. This show is hosted by Chef Gordon Ramsay. In each episode of the show, he visits a ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 14:05:00 GMT";
arnews[3] += "
";
arnews[4]="Chef Gordon Ramsay comes to Hunterdon County restaurant for 'Kitchen ... - LehighValleyLive.com
";
arnews[4] += "Fox Photo Chef Gordon Ramsay, right, was at a Hunterdon County restaurant in Tuesday night's episode of Fox's \"Kitchen Nightmares.\" Celebrity TV chef Gordon Ramsay came to the rescue of a Hunterdon County restaurant in need of some business savvy ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:42:00 GMT";
arnews[4] += "
";
arnews[5]="Heather Mills: I want Gordon Ramsay for my new reality show - Metro.co.uk
";
arnews[5] += "The ex-wife of Sir Paul McCartney is in talks about a reality programme where celebrities would experience living with a disability for a week. ‘It will challenge people’s perception of disability,’ the 42-year-old said. ‘If you think, “Oh ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:36: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("