var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Root Cause of the War on Christmas
";
arnews[0] += "Catholic League president Bill Donohue explains why the war on Christmas exists: 'The root cause of the war on Christmas, which is conducted almost exclusively by well-educated white people in the U.S., Canada, Europe and Australia-the very same people who like gay marriage-has almost nothing to do with fidelity to law : it has to do with ideology.";
arnews[0] += "
Publ.Date : Sat, 20 Dec 2008 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Alarcon places third at CCS, three girls qualify for state meet
";
arnews[1] += "As soon as she crossed the finish line, Gilroy sophomore Athena Alarcon put both hands on top of her head in complete exhaustion.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 00:19:00 GMT";
arnews[1] += "
";
arnews[2]="Parenting.com Launches Baby and Child Model Search with Ford Models
";
arnews[2] += "Parenting.com, the online destination for Parenting and Babytalk magazines, today announced the launch of the Parenting.com Baby & Child Model Search , a year-long program to discover Ford Models' next little star! Parents can upload photos of their children at www.parenting.com/modelsearch for the chance to win monthly prizes from Shutterfly.com, ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:41:21 GMT";
arnews[2] += "
";
arnews[3]="Parenting.com Launches Baby and Child Model Search with Ford Models
";
arnews[3] += "The grand prize winner will be chosen in 2011 to receive one year of representation from Ford Models.Throughout the year, one monthly winner will be selected in each of six categories: Baby ; Toddler ; Preschool ; School-age ; Tween ; and Multiples .";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Navarro
";
arnews[4] += "Nelson Navarro-Valdes and Deanna Boughner of Lansing announce the birth of their son Alessandro Jorge.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Patricia Ann Velasquez
";
arnews[5] += "FLORENCE - Patricia Ann Dwyer Velasquez, 58, died Saturday, Oct. 31, at her home.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 08: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("