$images = array('fingers' => 'Penny\'s fingers',
'lying' => 'Lying in the grass',
- 'silhouette' => 'Photograph of self in mirror with kitten against window');
+ 'silhouette' => 'Photograph of self in mirror with kitten against window',
+ 'bankspeninsular' => 'Looking out over Banks Peninsular',
+ 'firepoi' => 'Firepoi',
+ 'firepoifreaky' => 'Fast firepoi, slow camera',
+ 'feet' => 'My feet and a glass of wine in the bay',
+ 'hair' => 'Hair'
+ );
$entry = array_rand($images);
$serendipity['smarty']->assign(array('headerimage' => $entry,
'headerimagealt' => $images[$entry]));