var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " - "Cristian+de la Fuente" - Google News"; document.title=document.title+ " "; arnews[0]="USA Network renews TV show 'In Plain Sight' - San Antonio Express
"; arnews[0] += "

USA Network renews TV show 'In Plain Sight'
San Antonio Express
It also stars Chilean-born actor Cristián de la Fuente, who plays her fiancé, Raphael Ramirez, on the show. De la Fuente, 35, is also an officer and a pilot ...

"; arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 02:39:31 GMT+00:00"; arnews[0] += "
"; arnews[1]="Univision and Todobebe Announce Season 2 of Viva La Familia - IT News Online
"; arnews[1] += "

Univision and Todobebe Announce Season 2 of Viva La Familia
IT News Online
Season 1 stars included NY Yankee Alex Rodriguez, Cristian de la Fuente, multiple Grammy award winner Juanes, Ana Barbara, Leticia Calderon, Victoria Ruffo, ...

and more »
"; arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 19:34:27 GMT+00:00"; arnews[1] += "
"; arnews[2]="Musicians tee up for Local 47 charity - Signal
"; arnews[2] += "

Musicians tee up for Local 47 charity
Signal
... Howard Dell (Olympic Gold Medalist), Kevin Dobson ("Days of Our Lives"), Cristian de la Fuente ("In Plain Sight"), Bobby Kimball (Toto), Lu Parker (KTLA ...

"; arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 09:55:36 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");