var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Colin Farrell, Part 5
"; arnews[0] += "

Part 5 of "Biography: Colin Farrell."

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Colin Farrell, Part 4
"; arnews[1] += "

Part 4 of "Biography: Colin Farrell."

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Colin Farrell, Part 3
"; arnews[2] += "

Part 3 of "Biography: Colin Farrell."

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Colin Farrell, Part 2
"; arnews[3] += "

Part 2 of "Biography: Colin Farrell."

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Colin Farrell, Part 1
"; arnews[4] += "

Part 1 of "Biography: Colin Farrell."

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Colin Farrell
"; arnews[5] += "

Colin doesn't feel pressure to like tequila and is comfortable drinking light beer (5:44)

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Colin Farrell
"; arnews[6] += "

Was Colin Farrell ever in a boy band named Boyzone? Find out at Celebrity Fact or Fiction.

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Colin Farrell tries to get his dialogue right
"; arnews[7] += "

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; totcount = 8; 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("
");document.write("
");