// JavaScript Document
function writeObject(data) {
	document.write(data);
}