var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Tracy Hutson
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Celebrity Interviews - Extreme Makeover Home: Tracy Hutson
"; arnews[1] += "

Interior Designer Tracy Hutson of EXTREME MAKEOVER: HOME EDITION joins Madison Michele in the Hollywood 411 studio. She's eco-friendly and a mom of two. Check out her new book called "Feathering the Nest" for expecting parents.

Add this to your queue
Added: Mon May 04 21:50:14 UTC 2009
Air date: Thu Apr 30 00:00:00 UTC 2009
Duration: 04:07

"; arnews[1] += "
Publ.Date : Mon, 04 May 2009 21:50:14 -0000"; 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("
");document.write("
");