if(typeof OMLAND == "undefined") { var OMLAND={}; };
OMLAND.main = Class.create({
  initialize: function(name) {
    this.name = name;
		Effect.toggle('heading-1', 'appear',  { duration: 2.0 });
		new Effect.Morph('header-float', { style: 'height:797px;' });
		new Effect.Morph('HEADER', { style: 'width:100%;' });

  }
});