You don't need any xml or code, the xml is only used for the ad rotator. My ads are just plain old html links with images in them hard coded into layout.master
ie:
<a href="yourlink" title="your title" class="yourclass"><img src="/yourimage.png" alt='your text' /></a>
Use css if needed for style/positioning
Hope that helps,
Joe