window.addEvent('domready',function(){
	var FX = function(){$('grid').set('tween', {duration:800}).fade('out');}.delay(800);
	
	});
