var left_count = left_index - 1; var Adleft_Code = ''; if (left_count > 0) { Adleft_Code = left_LoadCode(1); } var right_count = right_index - 1; var Adright_Code = ''; if (right_count > 0) { Adright_Code = right_LoadCode(1); } var top_count = top_index - 1; var Adtop_Code = ''; if (top_count > 0) { Adtop_Code = top_LoadCode(1); } var bottom_count = bottom_index - 1; var Adbottom_Code = ''; if (bottom_count > 0) { Adbottom_Code = bottom_LoadCode(1); }