
function documentWrite( html )
{
	document.write( html );
}

