var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Max: Patricia Rodriguez commented on Michele B's group 'Moms going back 2 school'
";
arnews[0] += "Patricia Rodriguez commented on Michele B's group 'Moms going back 2 school' -";
arnews[0] += "
";
arnews[1]="Max: Patricia Rodriguez and susan chodakieiwtz joined Angela Moore's group
";
arnews[1] += "Patricia Rodriguez and susan chodakieiwtz joined Angela Moore's group -";
arnews[1] += "
";
arnews[2]="Max: Patricia Rodriguez joined Barbara's group
";
arnews[2] += "Patricia Rodriguez joined Barbara's group -";
arnews[2] += "
";
arnews[3]="Max: Patricia Rodriguez joined MamaVH's group
";
arnews[3] += "Patricia Rodriguez joined MamaVH's group -";
arnews[3] += "
";
arnews[4]="Max: Patricia Rodriguez replied to Michele B's discussion 'What is your major and long term career goals' in the group Moms going back 2 school
";
arnews[4] += "Patricia Rodriguez replied to Michele B's discussion 'What is your major and long term career goals' in the group Moms going back 2 school -";
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("