window.addEvents({
	load: function() {
		$('content').tween('opacity', 0,1);	
	}
});