var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ecofollower: The Green Picture: Persia White And Dr. Neal Barnard At Art Of Compassion Pre-Gala: - http://tinyurl.com/ygjckme
";
arnews[0] += "The Green Picture: Persia White And Dr. Neal Barnard At Art Of Compassion Pre-Gala: -";
arnews[0] += "
";
arnews[1]="Ecorazzi: The Green Picture: Persia White And Dr. Neal Barnard At Art Of Compassion.. http://bit.ly/ziI3v #green #environment
";
arnews[1] += "Ecorazzi: The Green Picture: Persia White And Dr. Neal Barnard At Art Of Compassion..";
arnews[1] += "
";
arnews[2]="Talking Makeup: Persia White Interviews With Marta Walsh
";
arnews[2] += "Persia White Interviews With Marta Walsh -";
arnews[2] += "
";
arnews[3]="Talking Makeup: Persia White Interviews With Marta Walsh : TalkingMakeup.com: Daily makeup and beauty blog and makeu
";
arnews[3] += "Persia White Interviews With Marta Walsh : TalkingMakeup.com: Daily makeup and beauty blog and makeu -";
arnews[3] += "
";
arnews[4]="Talking Makeup: Actress Persia White Interviews w Marta Walsh: Sitcom Girlfriends Star & Co-Produced Earthlings w Joaquin Phoenix http://tinyurl.com/ykb95d9
";
arnews[4] += "Actress Persia White Interviews w Marta Walsh: Sitcom Girlfriends Star & Co-Produced Earthlings w Joaquin Phoenix";
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("