var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Paulo Vie: Emma Roberts Is Growing Up Fast
";
arnews[0] += "Emma Roberts Is Growing Up Fast -";
arnews[0] += "
";
arnews[1]="Emma Roberts Is Growing Up Fast
";
arnews[1] += "Emma Roberts Is Growing Up Fast -";
arnews[1] += "
";
arnews[2]="Dante Rose Pleiades: Emma Roberts Is Growing Up Fast
";
arnews[2] += "Emma Roberts Is Growing Up Fast -";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Emma Roberts @ Cinema Society, Details and DKNY Men screening of 'Brothers' in NYC, November 22, http://is.gd/52cnP
";
arnews[3] += "Emma Roberts @ Cinema Society, Details and DKNY Men screening of 'Brothers' in NYC, November 22,";
arnews[3] += "
";
arnews[4]="Picasa Blogger: All Babes Blog: Emma Roberts at the Teen Choice Awards 2009: Emma Roberts looking .. http://bit.ly/8mmPfA #blog #photo
";
arnews[4] += "All Babes Blog: Emma Roberts at the Teen Choice Awards 2009: Emma Roberts looking ..";
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("