Apalje = Class.create();
Apalje.prototype = {

   initialize: function() {
   }

}

APL = new Apalje();

