var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Harsh Jha: "Tara" son to star in "Funny Story" (Reuters) : Reuters - Keir Gilchrist, who plays Toni Collette's son on Sh.. http://bit.ly/3FrPn7
";
arnews[0] += "\"Tara\" son to star in \"Funny Story\" (Reuters) : Reuters - Keir Gilchrist, who plays Toni Collette's son on Sh..";
arnews[0] += "
";
arnews[1]="Kate: @roxnroll45 Ugh. Feel your pain. When I worked at Starbucks some guy told me every freaking day I look like Toni Collette.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Fender: Toni Collette & The Finish - Beautiful Awkward Pictures
";
arnews[2] += "Toni Collette & The Finish - Beautiful Awkward Pictures -";
arnews[2] += "
";
arnews[3]="Tricia: Last night at the Little Rock signing, a cute and very pregnant girl went into labor. I hope she names her baby Toni Collette in my honor.
";
arnews[3] += "Last night at the Little Rock signing, a cute and very pregnant girl went into labor. I hope she names her baby Toni Collette in my honor.";
arnews[3] += "
";
arnews[4]="JuBash: Resenha em 6 - O blog mais motherf*cker do sistema solar : United States of Tara (série)
";
arnews[4] += "Resenha em 6 - O blog mais motherf*cker do sistema solar : United States of Tara (série) -";
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("