var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Denny: Jessica Collins (The Nine actress)
";
arnews[0] += "Jessica Collins (The Nine actress) -";
arnews[0] += "
";
arnews[1]="Web 2.0: Jessica Collins tweeted: Sad because I really wanted to hear the discussion about web 2.0
";
arnews[1] += "Jessica Collins tweeted: Sad because I really wanted to hear the discussion about web 2.0 -";
arnews[1] += "
";
arnews[2]="Web 2.0: Jessica Collins tweeted: Finally got up a post "Some thoughts on Web 2.0" http://bit.ly/2mMKH Sorry that it is so late #wecf09
";
arnews[2] += "Jessica Collins tweeted: Finally got up a post \"Some thoughts on Web 2.0\"";
arnews[2] += "
";
arnews[3]="@jess_coll – Jessica Collins
";
arnews[3] += "@jess_coll – Jessica Collins -";
arnews[3] += "
";
arnews[4]="Spencer Crandall: Spencer Back from the dry and cold part of Oregon (Bend), had a nice dinner in Portland with John Viener and Jessica Collins, looking ahead to a busy Portland Jazz Festival media week.
";
arnews[4] += "Back from the dry and cold part of Oregon (Bend), had a nice dinner in Portland with John Viener and Jessica Collins, looking ahead to a busy Portland Jazz Festival media week.";
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("