var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="AJS: Having lunch next to Mila Kunis' voice double.
";
arnews[0] += "Having lunch next to Mila Kunis' voice double.";
arnews[0] += "
";
arnews[1]="Giuliano [out1968]: Photo: fuckyeahprettygirls: http://tumblr.com/xfi45njm1
";
arnews[1] += "Photo: fuckyeahprettygirls:";
arnews[1] += "
";
arnews[2]="Giuliano [out1968]: fuckyeahprettygirls: Mila Kunis
";
arnews[2] += "fuckyeahprettygirls: Mila Kunis -";
arnews[2] += "
";
arnews[3]="Roland Austinat: Forgetting Sarah Marshall: One out of four stars. For Mila Kunis. Other than that, I cringed more than I laughed.
";
arnews[3] += "Forgetting Sarah Marshall: One out of four stars. For Mila Kunis. Other than that, I cringed more than I laughed.";
arnews[3] += "
";
arnews[4]="jackie terminal: Natalie Portman & Mila Kunis at American Ballet Theatre Fall Gala
";
arnews[4] += "Natalie Portman & Mila Kunis at American Ballet Theatre Fall Gala -";
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("