var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alex Amith: SLOD: Bermuda Triangle part 1: Author: disneygirl200988 Keywords: cole dylan sprouse Added: November 6, 2009 http://bit.ly/3ybj4L
";
arnews[0] += "SLOD: Bermuda Triangle part 1: Author: disneygirl200988 Keywords: cole dylan sprouse Added: November 6, 2009";
arnews[0] += "
";
arnews[1]="Dylan Sprouse: you and me,hand in hand on a trip to wonderland Me: Okay but first Disneyland and later wonderland. haha i miss him.
";
arnews[1] += "Dylan Sprouse: you and me,hand in hand on a trip to wonderland Me: Okay but first Disneyland and later wonderland. haha i miss him.";
arnews[1] += "
";
arnews[2]="Sophie Star: @Magin4eto In everyway Cole & Dylan Sprouse and Miley Demi Selena Hilary Duff Emily Osment ....
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Anggi: and now m start thinking that dylan sprouse looks like zac efron.. only cuter, better and smarter *and not tanorexic*
";
arnews[3] += "and now m start thinking that dylan sprouse looks like zac efron.. only cuter, better and smarter *and not tanorexic*";
arnews[3] += "
";
arnews[4]="Anggi: @owheylily errr.... ever try Cole and Dylan sprouse? they
";
arnews[4] += "@";
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("