window.onload = function()
{
if(document.getElementById('content')) {
var oFCKeditor = new FCKeditor( 'content',650,600 ) ;
oFCKeditor.BasePath = "/siteadmin/static/fckeditor/" ;
oFCKeditor.ReplaceTextarea() ;
}
}

