var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Trevor Carpenter: I'd rather have the TV off, than to be forced to listen, let alone watch, Giada De Laurentiis onthe Food Network. #nails #chalkboard #Giada
";
arnews[0] += "I'd rather have the TV off, than to be forced to listen, let alone watch, Giada De Laurentiis onthe Food Network.";
arnews[0] += "
";
arnews[1]="Meghann: I don't like to say mean things about people, but I will say I agree with this. http://bit.ly/3FzCS3
";
arnews[1] += "I don't like to say mean things about people, but I will say I agree with this.";
arnews[1] += "
";
arnews[2]="efrain gomez: baking: Pumpkin Cheesecake (Paula Deen), Lemon Ricotta Cookies w Lemon Glaze (Giada De Laurentiis), Ultimate Pumpkin Pie (Tyler Florence)
";
arnews[2] += "baking: Pumpkin Cheesecake (Paula Deen), Lemon Ricotta Cookies w Lemon Glaze (Giada De Laurentiis), Ultimate Pumpkin Pie (Tyler Florence)";
arnews[2] += "
";
arnews[3]="Davinder: @MissBanga Neither. Giada de Laurentiis.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="florencio: Giada De Laurentiis In The Pages Of 944 Magazine (November 2009)
";
arnews[4] += "Giada De Laurentiis In The Pages Of 944 Magazine (November 2009) -";
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("