var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rubén Vique: Olivia Thirlby. Oh sí! Mi apuesta de futuro. spidermarga: Olivia Thirlby.
";
arnews[0] += "Olivia Thirlby. Oh sí! Mi apuesta de futuro. spidermarga: Olivia Thirlby. -";
arnews[0] += "
";
arnews[1]="Gennefer Snowfield: RT @MakingOf Check out our interview with "Bored to Death" newcomer Olivia Thirlby (aka "Suzanne") here: http://bit.ly/24LotF
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Scott Kan: olivia thirlby still is the reason for the existence of men in the post 2007 world.
";
arnews[2] += "olivia thirlby still is the reason for the existence of men in the post 2007 world.";
arnews[2] += "
";
arnews[3]="Rubén Vique: Photo: Olivia Thirlby. Vas a ser grande! spidermarga: http://tumblr.com/xol3labqg
";
arnews[3] += "Photo: Olivia Thirlby. Vas a ser grande! spidermarga:";
arnews[3] += "
";
arnews[4]="Rubén Vique: Olivia Thirlby. Vas a ser grande! spidermarga: Olivia Thirlby.
";
arnews[4] += "Olivia Thirlby. Vas a ser grande! spidermarga: Olivia Thirlby. -";
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("