<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><span class="e" id="q_1068375e1f0087c3_2"><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I assume that your init block has a loop that calls clone the number<br>of necessary times. If that is not so, you need to refactor clone
<br>so that you can call it once for each needed clone. As long as<br>each individual call to clone is less time than the browser timeout<br>you will be able to send output to the browser (from the init block)<br>to keep it happy.
<br></blockquote></div>

</span></div></blockquote></div>I know this is not crucial, but is
there anyway to do away with the stuff that is sent to the browser so
that it is gone when the before function call is completes and sends
the new page?<br>
Thanks Ryan<br>