put what you want the same on all pages in a html file
then you can use ssi or asp or php depending on your host to include this file
for php it would be
<?php include("filename.html"); ?>
place this pecie of code where you want the image or content to appear