function get(){
	pi.get("container").innerHTML = [
		pi.util.Element.getValue( pi.get("name") ),
		pi.util.Element.getValue( pi.get("message") ),
		pi.util.Element.getValue( pi.get("color") )
	].join("<br />");
}
