document.open();
document.write('<dl><dt>Javascript Injection Example 2</dt><dd>Hello world! This text should appear within a blue box, otherwise something went wrong.</dd></dl>');
document.close();