I tried incorporating the following custom island for a news feed. The feed worked fine but what bothered me is that when pages would reload the islands would expand to take up the whole page for about a second and then the page format would return to normal. Is this unavoidable? or did I do something wrong? Thanks. Here's my custom island code:

/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
<script type="text/javascript" src="http://p3k.org/rss/?url=http%3A%2F%2Fwww.2theadvocate.com%2Fsports%2Foutdoors%2Findex.rss&align=center&width=120&frameColor=f5f5eb&titleBarColor=f5f5eb&titleBarTextColor=5e8a00&boxFillColor=f5f5eb&textColor=black&fontFace=Arial&maxItems=4&compact=1&showXmlButton=&javascript=true"></script>
EOF;