var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bill Colbert: I swear that's Eric Bana in the Kay Jewlers commercial.
";
arnews[0] += "I swear that's Eric Bana in the Kay Jewlers commercial.";
arnews[0] += "
";
arnews[1]="Alex Amith: The time traveler's wife - Films - Sapte Seri Bucharest: Cast: Rachel McAdams, Eric Bana, Stephen Tobolowsky, .. http://bit.ly/7MXA7m
";
arnews[1] += "The time traveler's wife - Films - Sapte Seri Bucharest: Cast: Rachel McAdams, Eric Bana, Stephen Tobolowsky, ..";
arnews[1] += "
";
arnews[2]="Katie Watson: @sebconn I liked it. Tho Eric Bana playing an Aussie always weirds me out :P
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="mark anson: Chopper Reid talks to Eric Bana - cutting ears off
";
arnews[3] += "Chopper Reid talks to Eric Bana - cutting ears off -";
arnews[3] += "
";
arnews[4]="Jameson Penn: Watching Chopper with Eric Bana. Crazy Aussies.
";
arnews[4] += "Watching Chopper with Eric Bana. Crazy Aussies.";
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("