var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Extreme Makeover: Home Edition Looking for Local Family
";
arnews[0] += "Are you ready to yell \"Bus driver, move that BUS!!!\"? ABC's popular reality TV series, Extreme Makeover: Home Edition , is looking for a family in Northeast Wisconsin whose story is inspirational and whose home is in desperate need of an Extreme Makeover.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 08:08:16 GMT";
arnews[0] += "
";
arnews[1]="Extreme Makeover: Home Edition' may return to Kentucky
";
arnews[1] += "Producers for ABC's Extreme Makeover: Home Edition are looking for families in the greater Louisville area whose homes are in desperate need of help.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 03:39:17 GMT";
arnews[1] += "
";
arnews[2]="Reader comments
";
arnews[2] += "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.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 11:36:00 GMT";
arnews[2] += "
";
arnews[3]="ABC's Extreme Makeover Home Edition in Las Vegas
";
arnews[3] += "On March 10th, Extreme Makeover: Home Edition continues its mission to honor special everyday heroes and heads to Las Vegas, NV to tell the Cerda family that their unfit home, which is threatening the lives of their two daughters with an immune disorder, would be rebuilt in seven days.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 09:46:46 GMT";
arnews[3] += "
";
arnews[4]="LIFESTYLE: Extreme Makeover, WNY Edition
";
arnews[4] += "On Oct. 12, David Stapleton got the call from ABC that the network wanted his company to build a home for free for a Buffalo family.";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pergament: A a Makeovera to be proud of
";
arnews[5] += "Keep your tissues handy when watching the extremely satisfying two-hour episode of ABC's \"Extreme Makeover: Home Edition\" set in Buffalo.";
arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 13:36:19 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("