var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mark Sargeant resigns from Gordon Ramsay Holdings - Big Hospitality
";
arnews[0] += "Mark Sargeant has revealed he is to leave Gordon Ramsay Holdings (GRH) next month after 13 years as Gordon Ramsay's right hand man to 'take on a new challenge' as creative director of The Swan Collection. The chef, who stepped down as chef de cuisine ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:17:00 GMT";
arnews[0] += "
";
arnews[1]="GORDON RAMSAY: COOKALONG LIVE - TV Grapevine
";
arnews[1] += "Have you ever wanted to make a delicious three-course meal for your family? Want to invite your friends over for a unforgettable dinner? Or would you just like to treat your taste buds to something special? For the first time ever, Chef Gordon Ramsay ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:00:00 GMT";
arnews[1] += "
";
arnews[2]="Gordon Ramsay: COOKALONG LIVE casting - Myfoxorl and O
";
arnews[2] += "Attention all cooks! Do you have the passion for cooking, but lack certain skills? Have you always wanted to work alongside a professional chef? Do you watch cooking shows to get ideas for recipes and meals for your family? Do you want a chance to ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[2] += "
";
arnews[3]="Chefs Wanted: 'Gordon Ramsay: Cookalong Live' - Myfoxmemphis.com
";
arnews[3] += "(MYFOX NATIONAL) - Chef Gordon Ramsay has a fiery reputation for tearing cooks apart on his show \"Hell's Kitchen.\" But now a kinder, gentler side of Chef Ramsay is about to be revealed. \"Gordon Ramsay: Cookalong Live,\" set to premiere on Dec. 15 on ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 00:14:00 GMT";
arnews[3] += "
";
arnews[4]="Gordon Ramsay's recipe for success - canada.com
";
arnews[4] += "There's no surefire recipe for restaurants to stay open during tough economic times, Chef Gordon Ramsay says, but they can do certain things to improve the odds. The current season of Hell's Kitchen, which Ramsay hosts, ended Tuesday, with the winner ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:14:00 GMT";
arnews[4] += "
";
arnews[5]="Gordon Ramsay's Cook-along Coming To Fox - Radar Online.com
";
arnews[5] += "TV chef Gordon Ramsay wants you to join him for a night, as the MasterChef star hosts a live, one-hour Fox special in which he gives viewers step-by-step instructions toward making a delicious three-course meal consisting of Angel Hair Pasta with ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 20:08:00 GMT";
arnews[5] += "
";
arnews[6]="GRAB YOUR SHOPPING LIST AND GET READY FOR "GORDON RAMSAY: COOKALONG ... - The Futon Critic
";
arnews[6] += "[NOTE: The following article is a press release issued by the aforementioned network and/or company. Any errors, typos, etc. are attributed to the original author. The release is reproduced solely for the dissemination of the enclosed information ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[6] += "
";
arnews[7]="GET READY FOR “GORDON RAMSAY: COOKALONG LIVE” - WTVW
";
arnews[7] += "Live One-Hour Special Airs Tuesday, December 15, on FOX Chef Gordon Ramsay is inviting viewers to stay home for the night, don their aprons, fire up their stovetops and join him for GORDON RAMSAY: COOKALONG LIVE, which airs Tuesday, Dec. 15 (9:00-10 ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 21:19:00 GMT";
arnews[7] += "
";
totcount = 8;
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("