function flashIntro()
{
    document.write('<object type="application/x-shockwave-flash" data="flash/animation.swf" width="950" height="195" title="Création de sites Internet pour propriétaires de gîtes">  \n');
    document.write('<param name="movie" value="flash/animation.swf" />  \n');
    document.write('<param name="quality" value="high" />  \n');
	document.write('<param name="wmode" value="transparent" />  \n');
	document.write('<embed wmode="transparent" />  \n');
    document.write('</object>\n');

}