if (!useRedirect) {   
  if(hasRightVersion) {  
document.writeln("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='364' height='177'>");
document.writeln("<param name=movie value='/en/anim_accueil.swf'>");
document.writeln("<param name=quality value=high>");
document.writeln("<embed src='/en/anim_accueil.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='364' height='177'>");
document.writeln("</embed>");
document.writeln("</object>");
  } else {  
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr align="center"> ');
document.writeln('<td><a href="/en/nos_produits/produits_laitiers.html"><img name="dairy" src="/en/images/accueil/dairy.gif" width="81" height="55" border="0"></a></td>');
document.writeln('<td><a href="/en/nos_produits/oeufs.html"><img name="eggs" src="/en/images/accueil/eggs.gif" width="87" height="55" border="0"></a></td>');
document.writeln('<td><a href="/en/nos_produits/bovins.html"><img name="cattle" src="/en/images/accueil/cattle.gif" width="98" height="55" border="0"></a></td>');
document.writeln('<td><a href="/en/nos_produits/porcs.html"><img name="pork" src="/en/images/accueil/pork.gif" width="77" height="55" border="0"></a></td>');
document.writeln('</tr>');
document.writeln('<tr align="center"> ');
document.writeln('<td><a href="/en/nos_produits/volailles.html"><img name="poul" src="/en/images/accueil/poul.gif" width="81" height="61" border="0"></a></td>');
document.writeln('<td><a href="/en/nos_produits/leg_frais.html"><img name="fresh" src="/en/images/accueil/fresh.gif" width="87" height="61" border="0"></a></td>');
document.writeln('<td><a href="/en/nos_produits/leg_surgeles.html"><img name="frozen" src="/en/images/accueil/frozen.gif" width="98" height="61" border="0"></a></td>');
document.writeln('<td><a href="/en/nos_produits/p_de_terre.html"><img name="potato" src="/en/images/accueil/potato.gif" width="77" height="61" border="0"></a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<br>');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr> ');
document.writeln('<td><img name="malo" src="/en/images/accueil/malo.gif" width="128" height="55" border="0"></td>');
document.writeln('<td><img name="regilait" src="/en/images/accueil/regilait.gif" width="102" height="55" border="0"></td>');
document.writeln('<td><img name="paysan" src="/en/images/accueil/paysan.gif" width="113" height="55" border="0"></td>');
document.writeln('</tr>');
document.writeln('</table>');
  }
}