var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="http://www.secretariat.com/DisneyFilmNews.htm Big News! Secretariat- The Movie- stars Diane Lane who chose her... http://fb.me/32VtMTd
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Mulder Cat: @Staffpurrson would rather have Diane Lane to visit me. Then he can hold me down while she opens my mouth and gives me my pill. Tee hee!
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Diane R. Jackson: #10: My New Gun [VHS] [1992]
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Williams Blog » Blog Archive » Download The Rainbow Man/John 3:16 ...
";
arnews[3] += "Williams Blog » Blog Archive » Download The Rainbow Man/John 3:16 ... -";
arnews[3] += "
";
arnews[4]="Drew Gilbert: Whoever told Richard Gere and Diane Lane they should keep making movies together needs to let them know they were just kidding.
";
arnews[4] += "Whoever told Richard Gere and Diane Lane they should keep making movies together needs to let them know they were just kidding.";
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("