var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tributes for Nov. 21
";
arnews[0] += "Dec. 28, 1934-Nov. 14, 2009 Age: 74 Residence: Greeley Tribute: Wanda Lee Pishna was born to Roy Lee and Erma Ruth Pulver in Wakeeney, Kan.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:07:13 GMT";
arnews[0] += "
";
arnews[1]="'New Moon' Screening Brings Out Hip Nyc Crowd [Photo Gallery]
";
arnews[1] += "While celebrities seemed to shy away from the Los Angeles premiere of New Moon , this was not the cast at the The Twilight Saga: New Moon screening hosted by The Cinema Society & D&G in New York City .";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:01:33 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays for Nov. 22-28
";
arnews[2] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT";
arnews[2] += "
";
arnews[3]="Huntingtona s a Civil War Christmasa blends real-life drama with seasonal sentiments
";
arnews[3] += "Above: President Lincoln, played by Ken Cheeseman, with his Cabinet. Below: Mary Todd Lincoln and Moses Levy .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:41:50 GMT";
arnews[3] += "
";
arnews[4]="Check out the fall colors
";
arnews[4] += "Hege Jessen and Kym Jackson at the Saks Fifth Avenue Fashion Show and Luncheon at the Nutcracker Market.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Classroom
";
arnews[5] += "A group of Lincoln-Way North High School students were inducted into the Tri-M Music Honor Society on Nov.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 12:00: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("