<!--Hide this from non-Javascript browsers
var randompic = new Array (
"<img border=\"0\" src=\"index_files/sky.jpg\" width=\"400\" height=\"314\" alt=\"click here to go to the articles page\">",
"<img border=\"0\" src=\"index_files/dancers.jpg\" width=\"400\" height=\"314\" alt=\"click here to go to the articles page\">",
"<img border=\"0\" src=\"index_files/dragondog.jpg\" width=\"400\" height=\"314\" alt=\"click here to go to the articles page\">",
"<img border=\"0\" src=\"index_files/footprints2.jpg\" width=\"400\" height=\"314\" alt=\"click here to go to the articles page\">",
"<img border=\"0\" src=\"index_files/sisters.jpg\" width=\"400\" height=\"314\" alt=\"click here to go to the articles page\">",
"<img border=\"0\" src=\"index_files/travellers.jpg\" width=\"400\" height=\"314\" alt=\"click here to go to the articles page\">",
"<img border=\"0\" src=\"index_files/bujang.jpg\" width=\"400\" height=\"314\" alt=\"click here to go to the articles page\">"
);
function selectone(array) {
var rand = Math.floor(Math.random()*array.length);
return array[rand];
}
//-->
document.write(selectone(randompic));
