var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bring the touchstones of your heritage into your home, without turning it into a theme park
";
arnews[0] += "This space, designed by Kathryn M. Ireland, shows off Southwestern influences but doesn't overpower the room or the style.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:30:18 GMT";
arnews[0] += "
";
arnews[1]="Pletschet: Plato would declare our executives our overpaid
";
arnews[1] += "Back in about 380 B.C., Plato, the great Greek philosopher, recommended that the city's highest salary not exceed five times the lowest.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:01:31 GMT";
arnews[1] += "
";
arnews[2]="Men 'bring home the bacon,' but more and more women are making good bread
";
arnews[2] += "Afaithful reader recently sent me a link to a short video called \"Women, Know Your Limits.\" I'm not sure if he was not-so-subtly suggesting that I \"Look, Listen and Take Heed,\" as is the video's subtitle, but I did the first two, at least.";
arnews[2] += "
Publ.Date : Mon, 20 Nov 2006 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Lackluster 'Planet 51' just doesn't have the right stuff
";
arnews[3] += "'Planet 51' takes off like a rocket with its glitzy and alien look, but it never achieves orbit because of a sputtering plot and lackluster performances.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:04:52 GMT";
arnews[3] += "
";
arnews[4]="Little Screen
";
arnews[4] += "This week's new releases, available Tuesday, are rated by Jay Bobbin of Zap2it on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="Setting down roots
";
arnews[5] += "We are a nation of nomads, traveling from house to apartment to condo to townhouse, searching for that comfort we call home.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:19:18 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("