var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Porter: Model White squirms about Penn romance: Model JESSICA WHITE has confirmed she and movie star SEAN PENN were bri.. http://bit.ly/1vfHRP
";
arnews[0] += "Model White squirms about Penn romance: Model JESSICA WHITE has confirmed she and movie star SEAN PENN were bri..";
arnews[0] += "
";
arnews[1]="Bricks and Stones Gossip: Sean Penn Dating Model Jessica White?
";
arnews[1] += "Sean Penn Dating Model Jessica White? -";
arnews[1] += "
";
arnews[2]="Bricks and Stones Gossip: Bricks and Stones Go Sean Penn Dating Model Jessica White?: Model Jessica White has admitted she previously dated a... http://bit.ly/1pZCkJ
";
arnews[2] += "Bricks and Stones Go Sean Penn Dating Model Jessica White?: Model Jessica White has admitted she previously dated a...";
arnews[2] += "
";
arnews[3]="Robin: Jessica White Confirms Sean Penn Relationship - LimeLife (blog)
";
arnews[3] += "Jessica White Confirms Sean Penn Relationship - LimeLife (blog) -";
arnews[3] += "
";
arnews[4]="MODTV: Maybelline Supermodel Jessica White is on the pink carpet. It's the first time she'll be watching the show, not walking on the runway.
";
arnews[4] += "Maybelline Supermodel Jessica White is on the pink carpet. It's the first time she'll be watching the show, not walking on the runway.";
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("