var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="AFLAC: Murdered Girl’s Body “insufficient proof of loss” To Pay Life Insurance Policy
";
arnews[0] += "AFLAC: Murdered Girl’s Body “insufficient proof of loss” To Pay Life Insurance Policy -";
arnews[0] += "
";
arnews[1]="Mignon Renee: Michelle Williams' alter ego shoot by Derek Blanks "Judge Not" http://bit.ly/1dzfV6
";
arnews[1] += "Michelle Williams' alter ego shoot by Derek Blanks \"Judge Not\"";
arnews[1] += "
";
arnews[2]="Darren Barefoot: @bella_b @kasiafink Did Dawson end up alone, or did he get, uh, the character Michelle Williams played?
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Jade: @davidlimonline you'd never catch Michelle Williams carrying on with those antics
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="untitledarchive.com: suicideblonde: bohemea: Michelle Williams - Vogue by Yelena Yemchuck, April 2008
";
arnews[4] += "suicideblonde: bohemea: Michelle Williams - Vogue by Yelena Yemchuck, April 2008 -";
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("