var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Megan Smith: "Rachel Is" | An Interview with Rachel Perry Welty | Art21 Blog
";
arnews[0] += "\"Rachel Is\" | An Interview with Rachel Perry Welty | Art21 Blog -";
arnews[0] += "
";
arnews[1]="ben halsall: “Rachel Is” | An Interview with Rachel Perry Welty | Art21 Blog
";
arnews[1] += "“Rachel Is” | An Interview with Rachel Perry Welty | Art21 Blog -";
arnews[1] += "
";
arnews[2]="Kodai Fumoto: “Rachel Is” | An Interview with Rachel Perry Welty
";
arnews[2] += "“Rachel Is” | An Interview with Rachel Perry Welty -";
arnews[2] += "
";
arnews[3]="Kodai Fumoto: "It struck me that some people must spend more time than others choosing their words, just as some people " http://icio.us/h3a1bp
";
arnews[3] += "\"It struck me that some people must spend more time than others choosing their words, just as some people \"";
arnews[3] += "
";
arnews[4]="Kodai Fumoto: "tweets don’t beg for a response. I don’t always want to have a discussion, as much as I just want to report." http://icio.us/h3a1bp
";
arnews[4] += "\"tweets don’t beg for a response. I don’t always want to have a discussion, as much as I just want to report.\"";
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("