var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="General Hospital
";
arnews[0] += "At the lake house, Alexis confronted Sam and Kristina on their whereabouts. Sam lied that they were at the mall, and felt conflicted about keeping Alexis in the dark that Kristina was preparing to lose her virginity.";
arnews[0] += "
Publ.Date : Fri, 09 Oct 2009 23:18:38 GMT";
arnews[0] += "
";
arnews[1]="American Idol Finalist to Appear on 'GH'
";
arnews[1] += "American Idol finalist Chikezie Eze will be a guest star on an upcoming episode of General Hospital .";
arnews[1] += "
Publ.Date : Mon, 21 Sep 2009 21:46:39 GMT";
arnews[1] += "
";
arnews[2]="Rocker Overmyer voted off "American Idol"
";
arnews[2] += "Rocker Amanda Overmyer got the boot from \"American Idol\"'s huge fan base on Wednesday, leaving 10 finalists singing their way to possible victory in the hit TV talent show's seventh season.";
arnews[2] += "
Publ.Date : Mon, 24 Mar 2008 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Rocker Overmyer voted off "American Idol"
";
arnews[3] += "Rocker Amanda Overmyer got the boot from \"American Idol\"'s huge fan base on Wednesday, leaving 10 finalists singing their way to possible victory in the hit TV talent show's seventh season.";
arnews[3] += "
Publ.Date : Thu, 20 Mar 2008 07:00:00 GMT";
arnews[3] += "
";
totcount = 4;
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("