var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Pepperidge Farm Supports Habitat for Humanity and Celebrates Making...
"; arnews[0] += "The holiday season conjures countless memories spent among family and friends at home, such as gathering for time honored traditions like building cookie houses, enjoying festive meals and exchanging holiday gifts."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:14:04 GMT"; arnews[0] += "
"; arnews[1]="ABC's Extreme Makeover: Home Edition searching for deserving Canyon families
"; arnews[1] += "Do you know a Canyon family whose home deserves an Extreme Makeover? If so, the producers of ABCa s Extreme Makeover: Home Edition want to hear from you."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 02:45:18 GMT"; arnews[1] += "
"; arnews[2]="Celebrities mingle with the community
"; arnews[2] += "Published: Monday, November 16, 2009 at 11:37 a.m. Last Modified: Monday, November 16, 2009 at 11:37 a.m. Stars of ABC's 'Extreme Makeover Home Edition' made an appearance at Friday's special Relay for Life walk at Central Davidson High School to pep up the students and walkers."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 19:51:16 GMT"; arnews[2] += "
"; arnews[3]="Lexington Teacher Chosen For Extreme Home Makeover
"; arnews[3] += "Lexington, NC -- A Davidson County family woke up Wednesday morning to the sound of host Ty Pennington saying \"Good Morning Creasey Family!\" The family was chosen to have their home completely rebuilt by the TV show Extreme Makeover: Home Edition."; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 08:19:05 GMT"; arnews[3] += "
"; arnews[4]="Lexington Teacher Chosen For Extreme Home Makeover
"; arnews[4] += "Lexington, NC -- A Davidson County family woke up Wednesday morning to the sound of host Ty Pennington saying \"Good Morning Creasey Family!\" Tricia Creasey, a 7th grade teacher fighting colon cancer, will have a new home thanks to the help of local volunteers."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 02:19:53 GMT"; arnews[4] += "
"; arnews[5]="Creasey family chosen for 'Extreme Makeover'
"; arnews[5] += "Extreme Makeover: Home Edition recipients William and Tricia Creasey show their happiness while talking to members of the media outside of their home on Allred Road on Wednesday afternoon."; arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 22:39:59 GMT"; arnews[5] += "
"; arnews[6]="Prep Football: State playoff game previews
"; arnews[6] += "The Chino Valley football team's defense can be credited in large part for the Cougars' rebound from a 1-4 start this season to today's Class 3A state tourney first-round home game."; arnews[6] += "
Publ.Date : Sat, 07 Nov 2009 09:59:55 GMT"; arnews[6] += "
"; totcount = 7; 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("
");