var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Letterman - Ryan Reynolds: Makin' Honey
"; arnews[0] += "

Find out how why Ryan Reynolds has a lifetime subscription to "Beekeeping Monthly."

Add this to your queue
Duration: 05:06

"; arnews[0] += "
"; arnews[1]="Photog Saves Ryan Reynolds' Breath
"; arnews[1] += "

Notes to TMZ photog re: Ryan Reynolds video ...

Add this to your queue
Duration: 01:09

"; arnews[1] += "
"; arnews[2]="Being Ryan Reynolds
"; arnews[2] += "

A down-on-his-luck pizza boy re-invents himself as a movie star.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Sandra Bullock And Ryan Reynolds Prepare For The Big Show
"; arnews[3] += "

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="'Ryan Reynolds' Doesn't Know What's In Store For Him
"; arnews[4] += "

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Sandra Bullock & Ryan Reynolds: Behind the Scenes of The Proposal
"; arnews[5] += "

Sandra Bullock, Ryan Reynolds and Betty White take us behind the scenes of their new movie, The Proposal, where tempers flare and we find out who the real stars of this movie are.

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="The Naked Nerd takes on the decision to cast Ryan Reynolds as the Green Lantern.
"; arnews[6] += "

In this short video preview, everybody’s favorite Naked Nerd, Katherine Curtis, takes on the decision to cast Ryan Reynolds as Green Lantern. Just a tasteful tease of the wonderful world of the Naked News!

Add this to your queue
Duration: 00:00

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