
Ajax.Request.prototype.compileToJson = 
	function() { 
		return eval (
			"("+this.transport.responseText+")"
		);	
	}
