var arnews = new Array(9); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="James Franco's 'General Hospital' sneak peek - Entertainment Weekly Online
"; arnews[0] += "If the fireworks in this clip are any indication, movie star James Franco kicks off his two-month arc on General Hospital with a bang tomorrow. His character, Franco, seems to be the mysterious voyeur who’s been watching the mob acticities in Port ..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:00:00 GMT"; arnews[0] += "
"; arnews[1]="James Franco Makes Debut On ‘General Hospital’ - Access Hollywood
"; arnews[1] += "James Franco made his debut on “General Hospital” on Friday playing a character with a name close to the actor’s heart – his own. While the full details of his character weren’t made totally clear on the episode, the “Milk” star is ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:31:00 GMT"; 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("
");