var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="michelle harris: RT @JohnnyIkon: Denise Van Outen is pregnant http://www.johnnyikon.com/t/8253
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Matt Porter: Denise confirms pregnancy: DENISE Van Outen and husband Lee Mead are expecting their first child. http://bit.ly/2eoCIh
";
arnews[1] += "Denise confirms pregnancy: DENISE Van Outen and husband Lee Mead are expecting their first child.";
arnews[1] += "
";
arnews[2]="Kang's Boutique: @aunt Denise Van Outen shares plans for her wedding gown - hellomagazine.com: hellomagazine.comDenise Van .. http://tinyurl.com/ygjsg7l
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Denise Van Outen shares plans for her wedding gown - hellomagazine.com
";
arnews[3] += "Denise Van Outen shares plans for her wedding gown - hellomagazine.com -";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Denise Van Outen ~ Photoshoot 2UHQ http://is.gd/4UFyk
";
arnews[4] += "Denise Van Outen ~ Photoshoot 2UHQ";
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("