var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="potterverse: Jennie Garth on shirtless Robert Pattinson
";
arnews[0] += "Jennie Garth on shirtless Robert Pattinson -";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Jennie Garth & Jordana Brewster @ "La Collection Lollipop" by Lancome launch benefiting The http://is.gd/4ZrnL
";
arnews[1] += "Jennie Garth & Jordana Brewster @ \"La Collection Lollipop\" by Lancome launch benefiting The";
arnews[1] += "
";
arnews[2]="Nathan W.Gregg: Watching this video makes me want to NOT see this movie even more. Thanks, @peterfacinelli So I play with dolls. http://tinyurl.com/yeyupfm
";
arnews[2] += "Watching this video makes me want to NOT see this movie even more. Thanks, @";
arnews[2] += "
";
arnews[3]="Arabella MacIntire: http://bit.ly/3hW7Ob hahaha
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="BeautyPassion: My New Favorite Hairstyle: Jennie Garth's Futuristic Helmet and Side Braid Combo
";
arnews[4] += "My New Favorite Hairstyle: Jennie Garth's Futuristic Helmet and Side Braid Combo -";
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("