splitText() and normalize()

This is the test P with ID="test".

function init () {
	x = document.getElementById('test');
}

Test x.firstChild.splitText(5)
Test x.normalize() (may crash IE6 Win!)

Compare: alert(x.firstChild.nodeValue)