// JavaScript Document

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