var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ty Pennington
";
arnews[0] += "Income Property is back for a second season with a new set of first time homeowners and their shared goal: to add an income suite in their home to help out with the mortgage payments and increase the value of their home sweet home.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:39:36 GMT";
arnews[0] += "
";
arnews[1]="Make My DayPARIS for Prez
";
arnews[1] += "It was the snit heard 'round the world. The snarky, scantily-clad video response that got pundits tongues wagging about something other than politics, at least until their wives saw them.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:05:37 GMT";
arnews[1] += "
";
arnews[2]="Akeena Solar Powers This Sunday Night's 'Extreme Makeover: Home Edition' On ABC
";
arnews[2] += "When the Emmy Award-winning hit reality TV show \"Extreme Makeover: Home Edition\" was looking to build the ultimate green home for a deserving family in San Bernardino, they chose the high performing, sleek and beautiful design of Andalay solar panels distributed by leading solar designer and installer Akeena Solar .";
arnews[2] += "
Publ.Date : Fri, 27 Mar 2009 13:00:00 GMT";
arnews[2] += "
";
arnews[3]=""Extreme Makeover" crew welcomes Skaggs family to new home
";
arnews[3] += "Audra Skaggs barreled out of the \"Extreme Makeover: Home Edition\" limousine Sunday and leaped on Ty Pennington, the show's host, giving him a big hug.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 07:41:54 GMT";
arnews[3] += "
";
arnews[4]="ABC's Extreme Makeover: Home Edition Searching for Heroic Families
";
arnews[4] += "Do you know someone whose home deserves an Extreme Makeover? If so, the producers of ABC's Extreme Makeover: Home Edition want to hear from you! Ty Pennington and his crew have been all across the map and they are ready to drive that famous bus into your neighborhood.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="The miraculous beating of a childa s heart
";
arnews[5] += "Sometimes, when the night gets too quiet, Samantha Hunt will get up to check on her baby daughter.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 09:14:50 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("