var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Heather Leigh Hazzan: @katharined You've GOT to try Alicia Silverstone's book The Kind Diet - filled w/ DELICIOUS vegan recipes. I'm in love. http://bit.ly/mkdBC
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Harry Johnson Jr: Celebrity Diets: Know More About Alicia Silverstone's The Kind Diet http://bit.ly/8kdakM
";
arnews[1] += "Celebrity Diets: Know More About Alicia Silverstone's The Kind Diet";
arnews[1] += "
";
arnews[2]="jig saw: Celebrity Diets: Know More About Alicia Silverstone's The Kind Diet: The Kind Diet is one of the hottest di.. http://bit.ly/07IIg5D
";
arnews[2] += "Celebrity Diets: Know More About Alicia Silverstone's The Kind Diet: The Kind Diet is one of the hottest di..";
arnews[2] += "
";
arnews[3]="Tom Whiting: trivia Q: What Alicia Silverstone movie was originally going t be titled I Was a Teenage Teenager? A: http://bit.ly/pvpkD
";
arnews[3] += "trivia Q: What Alicia Silverstone movie was originally going t be titled I Was a Teenage Teenager? A:";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Alicia Silverstone - 1995 shoot for King Magazine x 4 HQ http://is.gd/50FAA
";
arnews[4] += "Alicia Silverstone - 1995 shoot for King Magazine x 4 HQ";
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("