var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Cliff: What I’m reading—> George and Gracie on Film by Katie Richardson « Obscure Classics http://ow.ly/nrJd
";
arnews[0] += "What I’m reading—> George and Gracie on Film by Katie Richardson « Obscure Classics";
arnews[0] += "
";
arnews[1]="Cliff: What I'm reading--> Richard Boleslawski by Katie Richardson | Obscure Classics http://bit.ly/38nJaD
";
arnews[1] += "What I'm reading--> Richard Boleslawski by Katie Richardson | Obscure Classics";
arnews[1] += "
";
arnews[2]="Cliff: What I’m reading—> Richard Boleslawski by Katie Richardson | Obscure Classics http://bit.ly/38nJaD
";
arnews[2] += "What I’m reading—> Richard Boleslawski by Katie Richardson | Obscure Classics";
arnews[2] += "
";
arnews[3]="Cliff: What I'm reading--> Minna Gombell by Katie Richardson « Obscure Classics http://bit.ly/yomUy
";
arnews[3] += "What I'm reading--> Minna Gombell by Katie Richardson « Obscure Classics";
arnews[3] += "
";
arnews[4]="Cliff: What I'm reading-->Hallelujah, I’m a Bum by Katie Richardson «Obscure Classics http://bit.ly/1gsg11 Didn't read yet as this one's on my DVR!
";
arnews[4] += "What I'm reading-->Hallelujah, I’m a Bum by Katie Richardson «Obscure Classics";
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("