var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="How Hard Is Too Hard Where Trophies Are Involved? - "Twiggy" The PushSquare Opinionator
";
arnews[0] += "How Hard Is Too Hard Where Trophies Are Involved? - \"Twiggy\" The PushSquare Opinionator -";
arnews[0] += "
";
arnews[1]="José Brandão: Top 3 weekly #lastfm artists: Poe - 15. Snow in Mexico - 10. Twiggy Frostbite - 7. http://bit.ly/PcSFY
";
arnews[1] += "Top 3 weekly";
arnews[1] += "
";
arnews[2]="umanesimo: junpoco: pjmix: Twiggy @ the Plaza Inn, Disneyland. April 27, 1967
";
arnews[2] += "junpoco: pjmix: Twiggy @ the Plaza Inn, Disneyland. April 27, 1967 -";
arnews[2] += "
";
arnews[3]="dario: umanesimo: junpoco: pjmix: Twiggy @ the Plaza Inn, Disneyland. April 27, 1967
";
arnews[3] += "umanesimo: junpoco: pjmix: Twiggy @ the Plaza Inn, Disneyland. April 27, 1967 -";
arnews[3] += "
";
arnews[4]="doyouetsy: Mod Squad Twiggy Coat by McGregorgirl on Etsy http://bit.ly/723qcf #etsy #myetsy #vintage #fashion
";
arnews[4] += "Mod Squad Twiggy Coat by McGregorgirl on Etsy";
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("