var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kaye D. Collins: #3: Sleeping Beauty
";
arnews[0] += "#3: Sleeping Beauty -";
arnews[0] += "
";
arnews[1]="Sydney D. Brady: #3: Sleeping Beauty
";
arnews[1] += "#3: Sleeping Beauty -";
arnews[1] += "
";
arnews[2]="Ellen J. Remington: #3: Sleeping Beauty
";
arnews[2] += "#3: Sleeping Beauty -";
arnews[2] += "
";
arnews[3]="james hritz: James I usually dont become a fan of many things, but when presented with the oppty to become a fan of morgan fairchild, how could I not? Yeah, me and my wife...Morgan Fairchild, yeah, thats the ticket!
";
arnews[3] += "I usually dont become a fan of many things, but when presented with the oppty to become a fan of morgan fairchild, how could I not? Yeah, me and my wife...Morgan Fairchild, yeah, thats the ticket!";
arnews[3] += "
";
arnews[4]="Aaron Walker: @willradik No fucking doubt. I'm still trying to figure out what happened to Morgan Fairchild. She just stopped being in shots.
";
arnews[4] += "@";
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("