I want punt a scritp to see a banner but I received a error

the script is
------------------------------------------------------------------
<?
if (@include(getenv('DOCUMENT_ROOT').'/adserver/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 4, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
-------------------------------------------------------------------
and the error is
-------------------------------------------------------------------
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/edonkeyi/public_html/forum/global.php(318) : eval()'d code on line 47
-------------------------------------------------------------------
I see the banner but not the header