Number.implement({
  decimalFormat: function(decimals)
  {
    return this.round(decimals).toFixed(decimals);
  }
});

window.$MOO = $;

if(typeof document.id != 'function')
  document.id = $;
