<!--
		//PLF-http://www.jejavascript.net/
		var position=0;
		var msg="L'hôtel d'Angleterre vous souhaite un bon séjour à Etretat - Bientôt grand concours photos ! Nous contacter pour plus de renseignements et nos meilleures offres. Hotel Angleterre wish you a pleasant stay at Etretat - Soon big photo contest! Contact us for more information and our best offers.";
		var msg="     "+msg;
		var longue=msg.length;
		var fois=(70/msg.length)+1;
		for(i=0;i<=fois;i++) msg+=msg;
		function textdefil() {
		document.form1.deftext.value=msg.substring(position,position+120);
		position++;
		if(position == longue) position=0;
		setTimeout("textdefil()",100);
		}
		window.onload = textdefil;
		//-->
