-
- $("#depiction-src")[0].outerHTML = '<iframe' +
- ' class="depiction"' +
- ' id="depiction-src"' +
- ' frameborder="0"' +
- ' width="320"' +
- ' height="0"' +
- ' target="_top"' +
- ' src="' + $.xml(depiction) + '"' +
- ' onload="onframe(' + "'depiction-src', 'depiction'" + ')"' +
- '></iframe>';