var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Play Our Chef Faceoff and Win
";
arnews[0] += "Sat, 11/21/2009 - 8:00am by partysugar 0 Comments Have you ever wondered who is the better chef? Would you rather eat a meal cooked by Rachael Ray or Giada de Laurentiis? Jean-Georges Vongerichten or Eric Ripert? Well, thanks to our new faceoff game , you can stop wondering! As with all the PopSugar Network faceoffs, when you play Who's the Better ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:00:10 GMT";
arnews[0] += "
";
arnews[1]="Whip up one of our favorite Thanksgiving Day menus
";
arnews[1] += "From classic roast turkey to a tradition-bucking, maple-glazed duck, from a buffet to unchain you from the kitchen to some lighter fare that won't make you feel like the stuffed bird, get ready to be inspired.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:16:10 GMT";
arnews[1] += "
";
arnews[2]="South Strabane buzzing in anticipation of Palin visit
";
arnews[2] += "Jeremy Hahn of Traverse City, Mich., reads as he and others wait in line yesterday for the signing of former Alaska Gov.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:17:21 GMT";
arnews[2] += "
";
arnews[3]="South Strabane buzzing over Palin
";
arnews[3] += "Jeremy Hahn of Traverse City, Mich., reads as he and others wait in line yesterday for the signing of former Alaska Gov.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 13:38:49 GMT";
arnews[3] += "
";
arnews[4]="September
";
arnews[4] += "Giada De Laurentiis is setting the record straight. The Food Section has posted a quote from her dishy piece in the New York Post : Porn? I'm not doing porn! What the hell are people talking about? The way we shot close-ups, I just wanted the food to look beautiful.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:54:00 GMT";
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("