var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Rick+Gonzalez" - Google News"; document.title=document.title+ " "; arnews[0]="'Medium' recap: A shade shady - Entertainment Weekly
"; arnews[0] += "

'Medium' recap: A shade shady
Entertainment Weekly
Bonus points go to this episode for using underrated actors from three series I once watched with religious fervor — Rick Gonzalez from Reaper as the dealer ...

"; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:40:53 GMT+00:00"; arnews[0] += "
"; arnews[1]="Joell Ortiz Becoming A “Free Agent” - Hip-Hop Wired
"; arnews[1] += "

Hip-Hop Wired

Joell Ortiz Becoming A “Free Agent”
Hip-Hop Wired
With a small role in Rik Cordero's film, Inside A Change, Ortiz is teaming up with actor Rick Gonzalez to shoot a pilot for a new show for early next year.

"; arnews[1] += "
Publ.Date : Tue, 27 Oct 2009 13:38:06 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");