in your case something like this
// Add Right Side Image // Add Right Side Image
function thematic_right_side_image() {
echo '<div id="right-side-area">';
echo ' <a href="#" title="" ><span id="sponsor-image"></span></a>';
echo ' <a href="#" title="" ><span id="sponsor-image-2"></span></a>';
echo ' <a href="#" title="" ><span id="sponsor-image-3"></span></a>';
echo '</div>';
}
add_action('thematic_header','thematic_right_side_image',7);
I would also recomdend after looking at your site that you use the function in the link in the previous post to add your image.. it will appear over the top of your blog title and description but leave them there for google to see.