var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Watch: James Franco's Opening Scene on General Hospital - Towleroad
";
arnews[0] += "Because he wants to. Sheesh. Let the guy live his own damn life. If he thinks it'd be fun, or artsy, or introspective, or whatever, to do a soap for a short stint, why the heck should anyone else care? If you like it or him, watch it; if you don't ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:37:00 GMT";
arnews[0] += "
";
arnews[1]="James Franco's 'General Hospital' Debut: WATCH (VIDEO) - Huffingtonpost.com
";
arnews[1] += "Friday James Franco began his 'lengthy arc' on 'General Hospital,' in which he plays a vagrant performance artist named Franco who visits Port Charles to exhibit his work. The Hollywood A-lister's soap opera turn is all a meta part of some art film ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:48:00 GMT";
arnews[1] += "
";
arnews[2]="James Franco - YAHOO!
";
arnews[2] += "During the 1990s, actor James Franco broke out as one of the era’s go-to guys – playing sports heroes, disaffected pretty boys and rebellious burnouts with equal appeal. His career began in the brilliant-but-cancelled TV comedy series \"Freaks and ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:15:00 GMT";
arnews[2] += "
";
arnews[3]="James Franco: Soap Opera Star - Weekly Alibi
";
arnews[3] += "As I’m sure you know, today was James Franco’s first day on the long-running (since the early ‘70s, I think, but don’t want to check) soap “General Hospital.” Why has Franco, an A-list star and cutie-patootie (my mom’s words), signed on ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:08:00 GMT";
arnews[3] += "
";
arnews[4]="James Franco Makes Debut On ‘General Hospital’ - Access Hollywood
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 20 Nov 2009 22:01:00 GMT";
arnews[4] += "
";
arnews[5]="What Will James Franco's General Hospital Experiment, Which Begins ... - Paste Magazine
";
arnews[5] += "James Franco’s stint on General Hospital begins today. The marketing fanfare has been pretty epic , but the show’s core audience is not likely to expand despite the A-list presence, a fact that has led to the inevitable barbs “Well, at least no ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:23:00 GMT";
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("