var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="David Wilson: Alvin Lustig Covers @ FaceOut Books
";
arnews[0] += "Alvin Lustig Covers @ FaceOut Books -";
arnews[0] += "
";
arnews[1]="Chantal Coolsma: ♥ Tinker Podcast Presents Tim Green by Jen #lastfm: http://bit.ly/8OVDTr
";
arnews[1] += "♥ Tinker Podcast Presents Tim Green by Jen";
arnews[1] += "
";
arnews[2]="Chantal Coolsma: Jen – Tinker Podcast Presents Tim Green
";
arnews[2] += "Jen – Tinker Podcast Presents Tim Green -";
arnews[2] += "
";
arnews[3]="'Find My Family' and co-host Tim Green will bring families back together - New York Daily News
";
arnews[3] += "'Find My Family' and co-host Tim Green will bring families back together - New York Daily News -";
arnews[3] += "
";
arnews[4]="Victorian Postbox
";
arnews[4] += "Victorian Postbox -";
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("