var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James Francoa s a General Hospitala sneak peek
";
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.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:59:59 GMT";
arnews[0] += "
";
arnews[1]="James Franco on 'GH': First Look
";
arnews[1] += "James Franco will appear in more than 10 episodes of General Hospital, executive producer Jill Farren Phelps told EW exclusively.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 02:10:05 GMT";
arnews[1] += "
";
arnews[2]="Review: White Collar - Threads
";
arnews[2] += "\"Please don't try anything. I have five bars and free long distance. I can be far away and still cause you pain.\" - bad guy with phone bomb First the bad news.";
arnews[2] += "
Publ.Date : Sat, 31 Oct 2009 06:05:00 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]="Re: New rumors/Spoilers
";
arnews[4] += "Don't like that idea at all. This isn't Sonny and Carly's baby, it's Jax and Carly's and he finally deserves to have a child of his own.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 20:36:39 GMT";
arnews[4] += "
";
totcount = 5;
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("