function prismaajaxrate_form(html_form)
{
    var myForm = '';
    myForm += '<p>Votre vote</p>'
    myForm += html_form;
    return myForm;
}