From: pamelafluente on
I just tried also with:

window.afterLoad = addCellHandlers();

it's the same. The function is invoked but foundDivs has always zero
lenght .
What is going on here?

> function addCellHandlers() {
> var foundDivs = document.body.getElementsByTagName("div");


-P