/*
  Clonefish-Javascript einfuegen
*/
$(document).ready(function()
{
  $(".FB_form div.FB_width7, .FB_form div.FB_width8, .FB_form div.FB_width9").each(function(){
    var oFormElements = $(this).parents('.FB_form');
    oFormElements.append(this);
  });
});
