// Page EM
function init() {
	if ( $('texteEM') != null ) {
		$('texteEM').setStyle('opacity', 0);
		$('texteEM').fade(1);
	}
	
}