They say New York is a city that never sleeps, so what city is Frances capital?
function JCommentsInitializeForm() { var jcEditor = new JCommentsEditor(‘comments-form-comment’, true); jcEditor.addButton(‘b’,’Bold’,’Enter text’); jcEditor.addButton(‘i’,’Italic’,’Enter text’); jcEditor.addButton(‘u’,’Underlined’,’Enter text’); jcEditor.addButton(‘s’,’Striked’,’Enter text’); jcEditor.addButton(‘img’,’Image’,’Enter full URL to the image’); jcEditor.addButton(‘url’,’Link’,’Enter full URL’); jcEditor.addButton(‘quote’,’Quote’,’Enter text to quote’); jcEditor.addButton(‘list’,’List’,’Enter list item text’); jcEditor.addButton(‘custombbcode1′,’YouTube Video’,’Enter text’,'[youtube]’,'[/youtube]’,’bbcode-youtube’,”); jcEditor.addButton(‘custombbcode2′,’Google Video’,’Enter text’,'[google]’,'[/google]’,’bbcode-google’,”); jcEditor.addButton(‘custombbcode3′,’Wikipedia’,’Enter text’,'[wiki]’,'[/wiki]’,’bbcode-wiki’,”); jcEditor.addCounter(1000, ”, ‘ symbols left’, ‘counter’); jcomments.setForm(new JCommentsForm(‘comments-form’, jcEditor)); } setTimeout(JCommentsInitialize