"Object doesnt support this method"
onComplete:function(r){
$('blog_box').set('html',r);
var _target=$('blog_box').getElement('textarea').get('id');
var o=CKEDITOR.instances[_target];
if (o)
o.destroy();
editor=CKEDITOR.replace(_target);
}
Im using mootools 1.2 to matipulate elements.
