var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Modeling for Munch "; arnews[0] += "This blog serves so many delightful purposes for me. One is that it provides me with a space to simp..."; arnews[0] += " "; arnews[1]="Love and Affection "; arnews[1] += "Well I had a crappy day. A lousy, crummy, shitty day. It started this morning with a serious blow on..."; arnews[1] += " "; arnews[2]="Matisse at MoMA "; arnews[2] += ": old woman hobbles in with walker . . . drinks from Geritol bottle . . . puts in dentures . . . sea..."; arnews[2] += " "; arnews[3]="42 "; arnews[3] += "So I’ve begun the warm, sunny July morning of my 42nd year with profound feelings of serenity,..."; arnews[3] += " "; arnews[4]="Street Jam "; arnews[4] += "My birthday is this week – Thursday to be exact. This year I’ve decided to buy myself a ..."; 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]); } document.write(" |