if (!function_exists('ShowAd')) { function ShowAd($action) { $ad = <<
Your Ad Here
ENDOFAD; $action->raw($ad); return true; } }