var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Web Life Resource: Drew Lachey Answers: Will Nick & Jessica Rekindle Their Romance? http://cli.gs/5Sn64
";
arnews[0] += "Drew Lachey Answers: Will Nick & Jessica Rekindle Their Romance?";
arnews[0] += "
";
arnews[1]="UrNextX: New blog post: Drew Lachey: Nick & Jessica Won't Ever Get Back Together http://tinyurl.com/nu3shu
";
arnews[1] += "New blog post: Drew Lachey: Nick & Jessica Won't Ever Get Back Together";
arnews[1] += "
";
arnews[2]="UrNextX: Drew Lachey: Nick & Jessica Won't Ever Get Back Together http://bit.ly/2CIpA4
";
arnews[2] += "Drew Lachey: Nick & Jessica Won't Ever Get Back Together";
arnews[2] += "
";
arnews[3]="Will Cragoe: Drew Lachey: Nick & Jessica Won't Ever Get Back Together (Mandi Illuzzi/Us Weekly)
";
arnews[3] += "Drew Lachey: Nick & Jessica Won't Ever Get Back Together (Mandi Illuzzi/Us Weekly) -";
arnews[3] += "
";
arnews[4]="Ed Ramirez: Drew Lachey & Pros - Save a Horse Ride a Cowboy
";
arnews[4] += "Drew Lachey & Pros - Save a Horse Ride a Cowboy -";
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("