function init() {	
		textToSmall = new fx.Text('hack', {duration: 500});
		textToBig = new fx.Text('hack', {duration: 500});
		
		phone = new fx.Height('phones-toggle');
		
}