// JavaScript Document

function squirtHome()
{
document.write('<object type="application/x-shockwave-flash" data="home.swf" width="100%" height="100%" id="video_home">\n');
document.write('<param name="movie" value="home.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<p>\n');
document.write('<a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&amp;Lang=French">\n');
document.write('Télécharger Adobe Flash Player</a> pour voir la vidéo\n');
document.write('</p>\n');
document.write('</object>\n');

}
