var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James Franco on 'General Hospital': Mom and daughter agree, he 'looked damn good.'
";
arnews[0] += "Ever since a month-long trip to Germany when I was 12 where the only English-speaking TV station played six-month old episodes of \"General Hospital\" daily, I've been a fan.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:09:26 GMT";
arnews[0] += "
";
arnews[1]="Re: Claudia's Party
";
arnews[1] += "I wish they would get Jason out of the mob, so I wouldn't have to feel guilty about drooling over him..... For me, personally, the whole birthday party storyline was anticlimactic.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 06:58:05 GMT";
arnews[1] += "
";
arnews[2]="Re: Claudia's Party
";
arnews[2] += "I wish they would get Jason out of the mob, so I wouldn't have to feel guilty about drooling over him..... For me, personally, the whole birthday party storyline was anticlimactic.";
arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 11:05:59 GMT";
arnews[2] += "
";
arnews[3]="Natalia Livingston quits GH again
";
arnews[3] += "GH has confirmed the departure of Natalia Livingston . \"We were thrilled that we were able to get Natalia back for a second run, after her Emmy winning turn as Emily Quartermaine,\" noted a show spokesperson in a statement.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 02:27:37 GMT";
arnews[3] += "
";
arnews[4]="It's All Over for 'Emily: The Sequel' on 'GH'
";
arnews[4] += "Natalia Livingston is leaving General Hospital and will take her black eye pencil and dark eye shadows with her.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 23:11:52 GMT";
arnews[4] += "
";
arnews[5]="Re: Greg Vaughn Leaving
";
arnews[5] += "At the very least I hope they make JJ cut his hair and shave off what little scraggly facial hair he has in the photo posted in the news section.";
arnews[5] += "
Publ.Date : Thu, 08 Oct 2009 01:00:13 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("