var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Extreme Makeover: Home Edition Looking for Local Family - WBAY Green Bay
";
arnews[0] += "The design team includes team leader Ty Pennington, with designers Paul DiMeo, Paige Hemmis, Michael Moloney, Ed Sanders, Tracy Hutson, Eduardo Xol, John Littlefield and Didi Ayer. Extreme Makeover: Home Edition , which has won back-to-back Emmy ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 07:42:00 GMT";
arnews[0] += "
";
arnews[1]="Working on a dream - Tulsa World
";
arnews[1] += "The Starkweather family is getting a new home this week, courtesy of thousands of volunteers and ABC's \"Extreme Makeover: Home Edition,\" but they aren't the only ones realizing a dream coming true. Three children at the building site are getting ...";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[1] += "
";
totcount = 2;
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("