var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Artist Kimberly Brooks Portrays Stylists: 'I Use Paint, They Use Prada ... - Huffingtonpost.com
";
arnews[0] += "Stylists like Rachel Zoe, Arianne Phillips and Nancy Steiner are used to earning top dollar to make celebrities look camera-ready. But recently they had the tables turned on them, posing for painter Kimberly Brooks as part of her new series \"The ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 13:44:00 GMT";
arnews[0] += "
";
arnews[1]="Shirley Sue Harness - Cincinnati.com
";
arnews[1] += "Her daughter, Robin Younger, died previously. Survivors include her daughters, Kimberly Brooks of Zellwood, Fla. and Diana Yerdon of Petersburgh, N.Y.; sisters, Sharon Asher of Corinth and Nancy Edwards of Highland Heights; brothers, Ronnie Leggett ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:53:00 GMT";
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("