function myload() {
	new Effect.Opacity('container', {from: 0.1, to: 1, duration: 2});
};

