Cirque.prototype.makeCanvas = function () {
        return $('<canvas/>',{})
            .appendTo (this.element)
            .attr ('width', this.options.radius*2)
            .attr ('height', this.options.radius*2)