Hey guys. I used that very code and it worked.
this is the example:
http://wrestling411.amaze.us.com/home/
Activate adserv in the plugins section
2) Go to Presentation
3) Theme editor
4) Go to a sidebar... in my case 'right_sidebar.php'
5) Pick your spot ... in my case, under the calendar
6) put in that code like this... <?php AdServe("top"); ?>
Here is the code from my sidebar. I put the code with the header "Sponsored by" between my calendar and my recent post headers. I'm using Hitch-10, 3 column as my wordPress template. See link above.
Look at the code below; between the first and the <h2>Recent entries</h2> line.
--------------------------------------------------
<h2>Calendar</h2>
<h2>Sponsored By:</h2>
<?php AdServe("main"); ?>
<h2>Recent entries</h2>
--------------------------------------------------
Best
Wrestling411