Not sure about the ban, but for the controls:
PHP Code:
for (temp.i = 0; temp.i < obj.controls.size(); temp.i++) {
echo(obj.controls[temp.i]);
}
In this case, I believe a new PM control is created for each PM window, eg: PrivateMessage0_Window, PrivateMessage1_Window, etc.