function display_object(tag){
	var object = tag;
	document.write(object);	
}