var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ebaypro: VINTAGE ART NEWS 1-44 JOHN SLOAN LUKS SHINN THE EIGHT
";
arnews[0] += "VINTAGE ART NEWS 1-44 JOHN SLOAN LUKS SHINN THE EIGHT -";
arnews[0] += "
";
arnews[1]="Ron Bohning: Consistency is the quality of a stagnant mind. -John Sloan #quote
";
arnews[1] += "Consistency is the quality of a stagnant mind. -John Sloan";
arnews[1] += "
";
arnews[2]="ebaypro: GIST OF ART John Sloan 1944 HB HELEN FARR
";
arnews[2] += "GIST OF ART John Sloan 1944 HB HELEN FARR -";
arnews[2] += "
";
arnews[3]="Carmen: Ashcan School artist John Sloan's illisutrations on display the The Huntington Library http://u.nu/9r3p3
";
arnews[3] += "Ashcan School artist John Sloan's illisutrations on display the The Huntington Library";
arnews[3] += "
";
arnews[4]="Cagla: Thomas Le Clear, Interior With Portraits. Gördüğümden beri aklımdan çıkmıyor. A Message to Both Duygu and Mariliza: I can’t believe I forgot to write to you about this before! Get this: About twenty minutes prior to my eviction from the museum for trying to get physical with this painting above, I was intently walking the corridors in a respectable, art-appreciater sort of way. I was actually looking for the Japanese Armoury collection and secretly hoping they would maybe let me try at least some of them on when I took a wrong turn and ended up standing… right across this John Sloan painting that I had no idea was in the museum and has reminded me of you two ever since I wrote that post. Look, I can’t even explain why I got that excited, and I do get a tiny bit weird in museums in the first place, I guess I get shattered by the physicality of what I’m used to seeing and reacting to in any autistic way I please in front of the monitor. I swear my cheeks started to burn. I then gasped and quacked like an insane duck, disturbed some irritable looking people -who after all turned out to be French so no blame on me there after all-, flitted closer to the painting, gathered my hands on my heart and sincerely wished all three of us could have made Thinny Hair poses right in front of the painting while a tortured French took our photograph: The tackiest and best of all tourist documents in the world. Duygu! Mariliza! I’m telling you, THE BEST PHOTOGRAPH THAT HAS EVER BEEN.
";
arnews[4] += "Thomas Le Clear, Interior With Portraits. Gördüğümden beri aklımdan çıkmıyor. A Message to Both Duygu and Mariliza: I can’t believe I forgot to write to you about this before! Get this: About twenty minutes prior to my eviction from the museum for trying to get physical with this painting above, I was intently walking the corridors in 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]);
if (x != (totcount-1) ) document.write("
"); }
document.write("