i tried this out and failed miserably.
i had this:
`<?php printHeadingImage(getRandomImages()); ?>`
and changed it to this:
`<?php printHeadingImage('header.png'); ?>`
and the whole page didn't load.
the header.png image is in the same dir as the gallery.php...seems like the thing to do. any thoughts on what i messed up?