var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vital statistics: Kalamazoo-area births and deaths for Jan. 25, 2010
";
arnews[0] += "Births BRONSON METHODIST HOSPITAL Kurt and Cathy Lucas, of Mattawan, a son. Stacey and Phil Gearhart, of St.";
arnews[0] += "
Publ.Date : Mon, 25 Jan 2010 05:41:50 GMT";
arnews[0] += "
";
arnews[1]="Fourth Annual Awards For Top Celebrity Baby Names of the Year
";
arnews[1] += "It's that time of year again! It's our FOURTH ANNUAL Best Celebrity Baby Names of the Year, where we look back at some of the best, the funniest, the weirdest, and the craziest celebrity baby names that arrived during 2009.";
arnews[1] += "
Publ.Date : Mon, 21 Dec 2009 22:20:21 GMT";
arnews[1] += "
";
arnews[2]="Celebrity Baby Names Roundup
";
arnews[2] += "Actress Maya Rudolph and husband/director Paul Anderson made it two , in early November, with the arrival of daughter Lucille.";
arnews[2] += "
Publ.Date : Sun, 20 Dec 2009 03:31:27 GMT";
arnews[2] += "
";
arnews[3]=""Spark of Love" Malibu Fire Fighters Remind You There's still time to bring Toys
";
arnews[3] += "Pixel told me, 'The firefighters at station 88 are always willing to help out. Most of them are fathers.. they know how important it is to provide for their family, especially around the holidays.' - hhanks , CNN iReport producer iReport - One of the manyToy Drives here in Southern California is sponsored by the Los Angeles Fire Department.";
arnews[3] += "
Publ.Date : Fri, 18 Dec 2009 14:28:49 GMT";
arnews[3] += "
";
arnews[4]="PHOTO Tiger Woods, Derek Jeter, John Mayer, and George Clooney are shown in these file photos.
";
arnews[4] += "Tiger Woods didn't have to go this route. \"View\" co-host says the golfer needs privacy in order to repair his life.";
arnews[4] += "
Publ.Date : Tue, 15 Dec 2009 14:51:48 GMT";
arnews[4] += "
";
arnews[5]="Whitney Houston to perform in Russia
";
arnews[5] += "She's Back: Whitney Houston will headline a pair of concerts in Russia in December, the Russian Entertainment Academy announced.";
arnews[5] += "
Publ.Date : Tue, 08 Dec 2009 20:10:22 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("