window.addEvent(
  'domready',
  function()
  {
    new Checkout('.checkoutButton');
  }
);
