function editInPlace()
{
    if(jQuery.wymeditors(0))
    {
        WYMeditor.INSTANCES = new Array();    //we always our wymeditor to be the first in the array (so we always know it is the 0th)
    }
    myEditor = jQuery(".editable").wymeditor({ classesItems: [{'name':'floatleft','title':'Left','expr':'p'},{'name':'floatright','title':'Right','expr':'p'},{'name':'clearleft','title':'Clear left','expr':'p h1 h2'},{'name':'clearright','title':'Clear right','expr':'p h1 h2'},{'name':'code','title':'Code','expr':'p'}] });
}
