var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="karin: @abcc Waiting for it to finish recording, without commercials the show is only 7 minutes long, heh. Chris Pratt is excited to watch it tho!
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="putyou: Rashida Jones & Chris Pratt Talk 'Parks And Recreation'
";
arnews[1] += "Rashida Jones & Chris Pratt Talk 'Parks And Recreation' -";
arnews[1] += "
";
arnews[2]="putyou: Rashida Jones & Chris Pratt Talk 'Parks And Recreation': Starpulse recently had the chance to join a conference.. http://bit.ly/3hMGhX
";
arnews[2] += "Rashida Jones & Chris Pratt Talk 'Parks And Recreation': Starpulse recently had the chance to join a conference..";
arnews[2] += "
";
arnews[3]="Bigdoggpinc Lindsey: The Camel - Parks and Recreation
";
arnews[3] += "The Camel - Parks and Recreation -";
arnews[3] += "
";
arnews[4]="Poetilandia: Libri: Il corpo di Jennifer di Audrey Nixon - Sperling & Kupfer
";
arnews[4] += "Libri: Il corpo di Jennifer di Audrey Nixon - Sperling & Kupfer -";
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("