var arnews = new Array(8);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="bc-daytime-dial 12-01 - Daily Oklahoman
";
arnews[0] += "Q. I heard that the actor who played Billy on \"Guiding Light\" was recently in the hospital. Is he OK? -- N.N. You can send him a get-well card at the fan club's address: OJCFC, P.O. Box 73, Bloomingdale, GA 31302, or post a message to him online at ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[0] += "
";
totcount = 1;
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("