function out_obj(obj_str) {
	document.write(obj_str);
	return obj_str;
}