<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">DOMNodeInsertedIntoDocument</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">n/a</span> DOM <span class="emphasis">2</span>&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Bubbles: No; Cancelable: No&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fires on a node when that node is inserted into an existing node
container, but the origin of the node is from another document. If
you assign an event listener for this event and the
<span class="literal">DOMNodeInserted</span> event, the
<span class="literal">DOMNodeInsertedIntoDocument</span> event fires first.
Note that if the incoming node comes from another location in another
document, the removal of the node from its original document fires
the <span class="literal">DOMNodeRemovedFromDocument</span> and
<span class="literal">DOMNodeRemoved</span> events on the removed node before
it leaves its original container (so that the event can bubble up to
its original container).
</p>
							</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="typicaltargets"><span class="title">Typical Targets</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>			All rendered nodes.</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>