var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valentine's Day places for Chicago singles with dancing, flowers, chocolate, cars and history
";
arnews[0] += "Get kisses at Chicago's Hershey store. You're relieved that you don't work on Sunday so you don't have to explain why you didn't get any Valentine's Day cards, flowers or gifts.";
arnews[0] += "
Publ.Date : Sun, 17 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Toth-50th
";
arnews[1] += "Mr. and Mrs. Marcus Toth, of Roseville, will celebrate their 50th wedding anniversary February 12, 2010 with a family dinner hosted by their daughter and son-in-law. Married in 1960 at St.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The inspirational story of amputee hero helped by Gordon Brown
";
arnews[2] += "Falling over at no.10 is not a big deal when you've died three times on the battlefield, says veteran Derek Derenalagi He took a spectacular fall on the front step of No 10 but Derek Derenalagi just picked himself up and carried on.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 23:33:23 GMT";
arnews[2] += "
";
arnews[3]="Heather's got her grammy -- Heather Headley, Broadway star and...
";
arnews[3] += "ANGELA: When did you hear about your Grammy win? Were you at home or at the Grammys? HEATHER: Actually, I was at home in Chicago on Sunday.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 10:56:03 GMT";
arnews[3] += "
";
arnews[4]="Editor's Note -- The abuse of Lisa Corbitt
";
arnews[4] += "She was promiscuous when most 13-year-olds were simply holding hands giggling and whispering to each other about their puppy love crushes.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 10:55:23 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("