var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Andrzejewski adds endorsements from Danklefson and Verastegui
"; arnews[0] += "Wednesday, the Andrzejewski campaign announced two more endorsements -- former congressional candidate Jeff Danklesfon and nationally-renowned Latinoactor Eduardo Verastegui ."; arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 03:13:59 GMT"; arnews[0] += "
"; arnews[1]="New Year's resolution #7 - handle life with care, reject the culture of death
"; arnews[1] += "This day I call heaven and earth as witnesses against you that I have set before you life and death, blessings and curses."; arnews[1] += "
Publ.Date : Sat, 23 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Faithful fill cathedral to pray for end to abortion on Roe anniversary
"; arnews[2] += "After a week of balmy temperatures, the mercury dropped sharply Friday morning. But the change in temperature didn't dampen the spirit of the faithful who turned out for the Day of Penance and Prayer Mass at the Cathedral Basilica of the Immaculate Conception."; arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 00:45:08 GMT"; arnews[2] += "
"; arnews[3]="Eyewitnesses
"; arnews[3] += "On weekdays Chris Kan, 28, wears nice slacks and a pressed button-up shirt to work in the sky-scraping world of New York finance."; arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 06:12:06 GMT"; arnews[3] += "
"; arnews[4]="Respect Life Masses this month
"; arnews[4] += "In September 1969, Norma McCorvey was 21, single and drifting through a series of dead-end jobs when she discovered she was pregnant."; arnews[4] += "
Publ.Date : Tue, 12 Jan 2010 20:51:26 GMT"; arnews[4] += "
"; arnews[5]="R.I.P. John Edward Finn: Pro-Life Hero Goes Home to the Lord. Pro-Life Family continues His Work
"; arnews[5] += "John Edward Finn, Jr., 72, of Redondo Beach, peacefully passed away Saturday, December 12, 2009 at his home in Redondo Beach, California with family members at his side after a valiant battle with cancer."; arnews[5] += "
Publ.Date : Tue, 22 Dec 2009 01:56:41 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("
");document.write("
");