You have to change the template file header.tpl

Find
Code:
{insert name=advertise adv_name='banner_top'}
Replace with
Code:
{php}
include "your-file.php";
{/php}