var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Nicolas Cage: The Most Consistent Actor in Hollywood!
"; arnews[0] += "

Join Nicolas Cage as he embarks on his most amazing adventure yet: eating a balanced breakfast, "reading" scripts, and LIIIIES.

Add this to your queue
Duration: 05:11

"; arnews[0] += "
"; arnews[1]="Nicolas Cage visits his Hollywood Star
"; arnews[1] += "

Actor Nicolas Cage visits his star on the Hollywood walk of fame.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Nicolas Cage Pachinko Commercial Collection
"; arnews[2] += "

5 Japanese Nic Cage Commercials! Is There Anything Better?!?

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Nicolas Cage in The Wicker Man
"; arnews[3] += "

A Review by Fred the Movie Critic

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="JDShadow Interviews Nicolas Cage
"; arnews[4] += "

JDShadow takes on radio and Nicolas Cage

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Cage Dancing: The Nicolas Cage Dancing with the Stars Audition
"; arnews[5] += "

Some celebrities actuyally apply to be on "Dancing with the Stars." Well, at least one does. Enjoy.

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; totcount = 6; 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("
");