var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Love & Peace: Photo: Patricia Velásquez http://tumblr.com/x0w3x4gqm
";
arnews[0] += "Photo: Patricia Velásquez";
arnews[0] += "
";
arnews[1]="Love & Peace: Photo: このシーンは記憶にある方も多いのでは。 -Patricia Velásquez http://tumblr.com/x0w3x4kks
";
arnews[1] += "Photo: このシーンは記憶にある方も多いのでは。 -Patricia Velásquez";
arnews[1] += "
";
arnews[2]="Love & Peace: Photo: Patricia Velásquez http://tumblr.com/x0w3x4ikq
";
arnews[2] += "Photo: Patricia Velásquez";
arnews[2] += "
";
arnews[3]="Love & Peace: Photo: Patricia Velásquez http://tumblr.com/x0w3x4j2y
";
arnews[3] += "Photo: Patricia Velásquez";
arnews[3] += "
";
arnews[4]="Love & Peace: Photo: Patricia Velásquez http://tumblr.com/x0w3x4jpa
";
arnews[4] += "Photo: Patricia Velásquez";
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("