function mquee()
{
	document.write('<MARQUEE BEHAVIOR=SCROLL SCROLLAMOUNT=2 SCROLLDELAY=7 onMouseover="stop();" OnMouseout="start();">');
	txt='<a href="lovecoach.php">LOVE Coaching</a>      ';
	txt +='<a href="personnel.php">Coaching PERSONNEL</a>      ';
	txt +='<a href="profession.php">Coaching ENTREPRISE, Management</a>      ';
	txt +='<a href="psycho.php">Coaching ANALYTIQUE</a>      ';
	txt +='<a href="pratique.php">PSYCHOTHERAPIE</a>      ';
	txt +='<a href="etherapy.php">E-Mail Thérapie...</a>      ';
	txt +='<a href="relook.php">RELOOKING...</a>      ';
	txt +='<a href="formtest.php">04 92 00 75 78</a></MARQUEE>';	
	document.write(txt);
}

