var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Black heritage art exhibit featured at Barbara Bush Library - Houston Community Newspapers
"; arnews[0] += "In honor of Black History Month, Charles Criner, artist-in-residence at the Museum of Printing History in Houston, has an exhibition of his paintings at the Barbara Bush Branch Library throughout February. Criner pulls his prints in black and white ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:10:00 GMT"; arnews[0] += "
"; arnews[1]="Barbara Bush Reads To Students Across Texas - KBTX.com
"; arnews[1] += "Thousands of elementary and middle school kids got a treat this morning. Former First Lady Barbara Bush stopped by the George Bush Presidential Library to do some reading. Schools from all over the state watched along through video conference. Mrs ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 22:12:00 GMT"; arnews[1] += "
"; arnews[2]="First lady takes a cause of her own - Southtown Star
"; arnews[2] += "The first lady talks about this \"guilty pleasure\" all the time, trying to ward off any notion that she is a nutrition nanny even as she cajoles Americans to eat better. ยป Click to enlarge image First lady Michelle Obama harvests vegetables from the ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:01:00 GMT"; arnews[2] += "
"; arnews[3]="Former First Lady Virtually Visits Local Elementary School - KAUZ
"; arnews[3] += "Fourth graders at Lamar Elementary participated in a \"live\" reading discovery distance program and video conference with Barbara Bush and as you can imagine, the school is very excited. \"We recently received some video conferencing equipment ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 19:28:00 GMT"; arnews[3] += "
"; arnews[4]="Hutchison Highlights Education Plans In SA - KSAT 12
"; arnews[4] += "Former First Lady Barbara Bush was traveling with Hutchison to help her make the case for better education in Texas. \"I have you as one of the top ten schools in Bexar county. Are you better than Barbara Bush Middle School?\" the former First Lady ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 01:12:00 GMT"; arnews[4] += "
"; arnews[5]="George Bush - Chicago Tribune
"; arnews[5] += "His parents are Barbara Bush and former President George H.W. Bush. He's only the second President in history to be the son of a former President. Bush received his undergraduate degree from Yale and his MBA from Harvard. Bush was elected governor of ..."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 10:49: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("
");document.write("
");