function insertComment(){
      new Ajax.Updater("result", "http://www.gmproduction.eu/modules/ajaxbridge.php" , 
      {
        asynchronous:true, 
        evalScripts:true, 
        parameters:Form.serialize(document.getElementById('comments'))
      }); 
      return false;
	  };

