'', 'alt' => ''); unset($resize); } // Rewrite targets in HTML code to make sure they are // local to the parent and not local to the iframe if (isset($rewrite) && $rewrite == 1) { $banner['html'] = preg_replace('#target\s*=\s*([\'"])_parent\1#i', "target='_top'", $banner['html']); $banner['html'] = preg_replace('#target\s*=\s*([\'"])_self\1#i', "target='_parent'", $banner['html']); } // Build HTML echo "\n"; echo "\n"; echo "".($banner['alt'] ? $banner['alt'] : 'Advertisement')."\n"; // Add refresh meta tag if $refresh is set and numeric if (isset($refresh) && !preg_match('/[^\d]/', $refresh)) echo "\n"; if (isset($resize) && $resize == 1) { echo "\n"; } echo "\n"; if (isset($resize) && $resize == 1) echo "\n"; else echo "\n"; echo $banner['html']; echo "\n\n"; echo "\n"; ?>