Nativity Set Display
In 2006 we added a display of Nativity sets and Christmas art from around the world. Some of the items on display are illustrated on this page.
$items = 5; $illus = range(0,$items - 1); $illus[0] = 'Christmas displays:
';
$illus[1] = 'Nigerian nativity set:
';
$illus[2] = 'Nativity set from Uganda and Ethiopia:
';
$illus[3] = 'Nativity set from Germany:
';
$illus[4] = 'Nativity set from Peru:
';
$start = mt_rand(1, $items);
for ($n = 0; $n < $items; $n++) {
$next = ($start + $n) % $items;
echo "\n$illus[$next]";
}
?>
That's the end of the short tour
Find out more about resources
Contacts and credits
Back to the home page
