var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mia Kirshner (JennyLWord) wrote book as philanthropy 4 displaced ppls http://twurl.nl/ylbvth : never seen anything quite as beautiful/moving
";
arnews[0] += "Mia Kirshner (JennyLWord) wrote book as philanthropy 4 displaced ppls";
arnews[0] += "
";
arnews[1]="Mia Kirshner's moving, lyrical & visually beautiful book "I Live Here" - must buy at any price let alone 20bucks: http://twurl.nl/cl1zkb
";
arnews[1] += "Mia Kirshner's moving, lyrical & visually beautiful book \"I Live Here\" - must buy at any price let alone 20bucks:";
arnews[1] += "
";
arnews[2]="Kevin Barrow: Mia Kirshner via thingsthatexciteme
";
arnews[2] += "Mia Kirshner via thingsthatexciteme -";
arnews[2] += "
";
arnews[3]="cisvul: Mia Kirshnerってカワユス http://bit.ly/2gP9u9
";
arnews[3] += "Mia Kirshnerってカワユス";
arnews[3] += "
";
arnews[4]="Shockya: Bloody New Photo from 30 Days of Night Dark Days
";
arnews[4] += "Bloody New Photo from 30 Days of Night Dark Days -";
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("