Here is a solution i have got:
inserted the following lines before if($ag['cat_carousel'] == "on") {
$tempcount = count($ad_engine_ad_deck[$category]);
$tempi = 0;
while ($tempi<$tempcount){
$tempi++;
then close the while loop before return $output; by adding }