(function ($) {

  Drupal.behaviors.gamepaused = {
    attach: function (context, settings) {
      $('#radio', context).buttonset() ;
    }
  };

}(jQuery));
;

