var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="宮口健二: Playing Now♪ Jessica Andrews - I Do Now #TwitMusic
";
arnews[0] += "Playing Now♪ Jessica Andrews - I Do Now";
arnews[0] += "
";
arnews[1]="spixy: Play Time: Alex Tirado posted a photo: Model: Jessica Andrews and Nicole Jimenez MUA: Angela Miller http://bit.ly/1TC324 (photo)
";
arnews[1] += "Play Time: Alex Tirado posted a photo: Model: Jessica Andrews and Nicole Jimenez MUA: Angela Miller";
arnews[1] += "
";
arnews[2]="spixy: IMG_4648: Alex Tirado posted a photo: Model: Jessica Andrews MUA: Angela Miller http://bit.ly/3ezTCk (photo)
";
arnews[2] += "IMG_4648: Alex Tirado posted a photo: Model: Jessica Andrews MUA: Angela Miller";
arnews[2] += "
";
arnews[3]="spixy: Jessica Andrews: lJake2kl posted a photo: Model: Jessica Andrews Strobist: Two flashes camera left an.. http://bit.ly/1HXzE0 (photo)
";
arnews[3] += "Jessica Andrews: lJake2kl posted a photo: Model: Jessica Andrews Strobist: Two flashes camera left an..";
arnews[3] += "
";
arnews[4]="spixy: Jessica Andrews: lJake2kl posted a photo: Model: Jessica Andrews Strobist: Two flashes camera left an.. http://bit.ly/1tV5vh (photo)
";
arnews[4] += "Jessica Andrews: lJake2kl posted a photo: Model: Jessica Andrews Strobist: Two flashes camera left an..";
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("