function write_object(strobject) {
	document.write(strobject);
	return strobject;
}