var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Golda Raphael: Fuck Yeah Michael Cera
";
arnews[0] += "Fuck Yeah Michael Cera -";
arnews[0] += "
";
arnews[1]="Ibrahim Cesar: Terminei de ver "Paperheart", achei ótimo. Uma protagonista diferente, história auto referencial, mockumentário, Michael Cera... :]
";
arnews[1] += "Terminei de ver \"Paperheart\", achei ótimo. Uma protagonista diferente, história auto referencial, mockumentário, Michael Cera... :]";
arnews[1] += "
";
arnews[2]="Eating unhealthy McDonald's breakfast :p The kid in the drive thru looked like Michael Cera, lol.
";
arnews[2] += "Eating unhealthy McDonald's breakfast :p The kid in the drive thru looked like Michael Cera, lol. -";
arnews[2] += "
";
arnews[3]="Movie & TV deals: iTunes best selling movie #13: "Year One" When a couple of lazy hunter-gatherers (Jack Black and Michael Cera)... http://dealnay.com/94481
";
arnews[3] += "iTunes best selling movie";
arnews[3] += "
";
arnews[4]="Sabrina Büttenbender: não tinha visto ainda o michael cera de bigodinho! http://www.imdb.com/media/rm3804204544/tt0403702
";
arnews[4] += "não tinha visto ainda o michael cera de bigodinho!";
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("