// JavaScript Document

function docWrite(objElem)
{
	document.write(objElem);
}