var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Though ita s difficult to believe a
";
arnews[0] += "Though it's difficult to believe an opened box of Samoa Girl Scout cookies would last long enough to be chopped, nestled within a pan and baked into scrumptious blondies, that's exactly what Chef Jen Yemola suggests.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:47:00 GMT";
arnews[0] += "
";
arnews[1]="Kneading a different dessert
";
arnews[1] += "\"I'm constantly tasting and trying my recipes, so Fat Tuesday is every day for me, and why not?\" The full-throttle Hazleton-based baker, well-known for finishing in third place on season three of Gordon Ramsay's \"Hell's Kitchen,\" is busy all year round.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:46:54 GMT";
arnews[1] += "
";
arnews[2]="Top chef Roux cooks up two tasty new Scottish restaurants
";
arnews[2] += "The iconic peaks of Suilven and Canisp dominate the landscape round the Inver Lodge Hotel at Lochinver EXCLUSIVE: David Ross, Highland Correspondent Published on 10 Feb 2010 It is a world away from his famous La Gavroche restau-rant in London but top chef Albert Roux is convinced his new Scottish eaterie will prove just as popular.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:57:32 GMT";
arnews[2] += "
";
arnews[3]="Kiwi Celebrity Chef Creates Outstanding Menu
";
arnews[3] += "Wednesday, 10 February 2010, 2:14 pm Press Release: Amisfield Wine Company Kiwi Michelin Star chef Josh Emett's  international reputation as Gordon Ramsay's second in command was reinforced when he presented an exceptional  five course degustation lunch at the Amisfield Wine Company's Bistro in Queenstown today.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:27:48 GMT";
arnews[3] += "
";
arnews[4]="Ryan Seacrest Whipped By Women
";
arnews[4] += "Raven O is a long-running singer/raconteur with a backstory right out of a gay film noir and a mouth that'll tell you all about it in between belting the shit out of the American Songbook.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="A recipe for success
";
arnews[5] += "Here's Poh Ling Yeow's tried and tested recipe for success. Take a generous amount of hard work, add a good amount of talent, season with inspiration and whisk together with absolute faith.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:00: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("