I'm trying to add the following to the belowheader hook, for some reason it's not working.
function childtheme_slideshow() {
if (function_exists('wp_flash_img_show')) {wp_flash_img_show();}
add_action('thematic_belowheader','childtheme_slideshow');}
I have no idea what I'm doing wrong. The only other thing in my function file is the new menu thing for 3.0 and the custom background.