^Hmmm I thought that would work and I don't think you've fixed it yet
it's just a matter of whether the boxes are inserted above or below and what order they are inserted.
maybe you should also try keeping the original code from before
[quote]var hb = document.getElementById('2');[/quote]
& changing the box call for [b]spawnpic[/b]
from this:
[quote]SPAWNPIC.box("Hello "+name,this.photo,"spawnpic",/friends/i,"above");[/quote]
into this:
[quote]SPAWNPIC.box("Hello "+name,this.photo,"spawnpic",/fanboy/i,"below");[/quote]
check your spawnpic codes...