var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ABC's Extreme Makeover: Home Edition searching for deserving Canyon families
";
arnews[0] += "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[0] += "
Publ.Date : Thu, 19 Nov 2009 02:45:18 GMT";
arnews[0] += "
";
arnews[1]="Out There: Contractors have 'Extreme' encounter
";
arnews[1] += "If you watch Sunday's \"Extreme Makeover: Home Edition\" on ABC, you might see familiar faces.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 12:08:44 GMT";
arnews[1] += "
";
arnews[2]="wgrz.com | Buffalo, NY | "Extreme Makeover" F...
";
arnews[2] += "\"Extreme Makeover: Home Edition\" has selected its family in need. Delores Powell, a Jamaican immigrant and community activist whose home is barely livable despite the work and repairs she has poured into it over the past five and a half years.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 23:34:20 GMT";
arnews[2] += "
";
arnews[3]=""Extreme Makeover: Home Edition" is in Buffalo
";
arnews[3] += "Eyewitness News cameras were on Massachusetts Avenue between Plymouth and Normal in Buffalo Saturday morning, when the long awaited \"Door Knock\" took place with host Ty Pennington and the production team of the mega hit, \"Extreme Makeover: Home Edition\" . \"Extreme Makeover: Home Edition\" arrived in Buffalo, New York Saturday November 7, 2009 to ...";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 19:20:23 GMT";
arnews[3] += "
";
arnews[4]="Upcoming events: Gifts from Lambs
";
arnews[4] += "The Lambs Farm holiday gift catalog offers a wide variety of gifts and proceeds from each purchase help support Lambs Farm's mission to empower individuals with developmental disabilities.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 10:08:55 GMT";
arnews[4] += "
";
arnews[5]="Home gets final touches before 'Extreme' reveal
";
arnews[5] += "Scotts see their renovated home in 'Move that bus!' event today By STACY LEISER * The Leaf-Chronicle * October 23, 2009 All week long Edna Lane has been a mass of people and heavy equipment.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 12:42:46 GMT";
arnews[5] += "
";
arnews[6]="Home gets final touches before 'Extreme' reveal
";
arnews[6] += "Scotts see their renovated home in 'Move that bus!' event today By STACY LEISER * The Leaf-Chronicle * October 23, 2009 All week long Edna Lane has been a mass of people and heavy equipment.";
arnews[6] += "
Publ.Date : Tue, 03 Nov 2009 04:22:00 GMT";
arnews[6] += "
";
arnews[7]="Scott family gets 'Makeover' gift
";
arnews[7] += "After a few days in sunny southern California while crews in Clarksville worked full-throttle for 106 hours, Trina Scott and her three daughters returned to a new home.";
arnews[7] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[7] += "
";
arnews[8]="Home gets final touches before 'Extreme' reveal
";
arnews[8] += "Scotts see their renovated home in 'Move that bus!' event today By STACY LEISER * The Leaf-Chronicle * October 23, 2009 All week long Edna Lane has been a mass of people and heavy equipment.";
arnews[8] += "
Publ.Date : Sat, 24 Oct 2009 06:02:48 GMT";
arnews[8] += "
";
totcount = 9;
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("