//Simpliest way to avoid EOLAS

function write(text){
	document.write(text);
}

