var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="John Nicely: I feel like Ty Pennington... Like I have this uber-cool, secret project that will be finished within a week.
";
arnews[0] += "I feel like Ty Pennington... Like I have this uber-cool, secret project that will be finished within a week.";
arnews[0] += "
";
arnews[1]="Coldwell Banker: Two Las Vegas Extreme Makeover Homes on Market http://bit.ly/1ySas3 (Ty Pennington not included)
";
arnews[1] += "Two Las Vegas Extreme Makeover Homes on Market";
arnews[1] += "
";
arnews[2]="Chris: Ty Pennington – Good Design Can Change Your Life – Monthly Book Giveaway
";
arnews[2] += "Ty Pennington – Good Design Can Change Your Life – Monthly Book Giveaway -";
arnews[2] += "
";
arnews[3]="Ty Pennington annoys the hell out of me.
";
arnews[3] += "Ty Pennington annoys the hell out of me.";
arnews[3] += "
";
arnews[4]="Aaron Landry: Maybe I'm biased because I work here but I truly do dig these Post-It Notes: http://bit.ly/3wQwLN
";
arnews[4] += "Maybe I'm biased because I work here but I truly do dig these Post-It Notes:";
arnews[4] += "
";
totcount = 5;
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("