var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="valery: Valery wants a cute, sweet boy to play guitar and sing her the song adam sandler sings to drew barrymore on the plane at the end of the wedding singer.
";
arnews[0] += "Valery wants a cute, sweet boy to play guitar and sing her the song adam sandler sings to drew barrymore on the plane at the end of the wedding singer.";
arnews[0] += "
";
arnews[1]="Entre Blogs: Whip It! La película dirigida por Drew Barrymore
";
arnews[1] += "Whip It! La película dirigida por Drew Barrymore -";
arnews[1] += "
";
arnews[2]="Johnny John Peters: Kate Beckinsale & Drew Barrymore @ more Everybody’s Fine press stills (3 UHQ) http://is.gd/52gr2
";
arnews[2] += "Kate Beckinsale & Drew Barrymore @ more Everybody’s Fine press stills (3 UHQ)";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Kate Beckinsale & Drew Barrymore @ more Everybody's Fine press stills (3 UHQ) http://is.gd/52hHl
";
arnews[3] += "Kate Beckinsale & Drew Barrymore @ more Everybody's Fine press stills (3 UHQ)";
arnews[3] += "
";
arnews[4]="@loquaciousmuse First chronologically or first on screen? Is the answer not Drew Barrymore?
";
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("