<html>  <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> <title>Le surfeur breton</title> <STYLE> <!-- a:link {color="#FEC500"; text-decoration: none} a:visited {color="#FEC500"; text-decoration: none} a:hover {color="#FFFFFF"; text-decoration: none} --> </STYLE> </head>  <body bgcolor="#FEC500" text="#000000" link="#FFC600" topmargin="0" leftmargin="0" style="scrollbar-face-color:#990000;scrollbar-arrow-color:#FFFFFF;scrollbar-track-color:#BC7229;scrollbar-3dlight-color:#000000;scrollbar-darkshadow-color:#000000" marginwidth="0" marginheight="0"> <script language="Javascript"> // initialisation du tableaau d'images var diaporama=new Array( 					"01.jpg", 					"02.jpg", 					"03.jpg", 					"04.jpg", 					"05.jpg", 					"06.jpg", 					"07.jpg", 					"08.jpg", 					"09.jpg", 				    "10.jpg");  var path="img/";					// chemin d'accs aux images   var maxdiap=diaporama.length;		// nombre d'images  traiter var current=0;							// image en cours   // En avant function forward() { 	if(current==maxdiap-1) 		current=0; 	else 		current++; 		 	document.images["diapo"].src=path+diaporama[current]; }  // en arrire				 function backward() { 	if(current==0) 		current=maxdiap-1; 	else 		current--; 		 	document.images["diapo"].src=path+diaporama[current]; }  </script>  <table border="0" cellpadding="0" cellspacing="0" width="754" height="330">     <tr>         <td align="center" width="15" bgcolor="#BC7229">&nbsp;</td>         <td align="right" valign="top" colspan="4"         bgcolor="#990000"><table border="0" cellpadding="0"         cellspacing="0" width="100%">             <tr>                 <td width="130"><font color="#BC7229" size="2"                 face="arial"><b>&lt;&lt;</b></font><font size="2"                 face="arial"><b> </b></font><a                 href="../portraits.htm"><font color="#FEC500"                 size="2" face="arial"><b>Retour</b></font></a> </td>                 <td align="right" valign="top"><table border="0"                 cellpadding="0" cellspacing="5" bgcolor="#CCCCCC"                 height="330">                     <tr>                         <td valign="top" width="70" height="71"><img                         src="tete.jpg" width="70" height="70"></td>                         <td valign="top" height="71"><font                         color="#990000" size="4" face="arial"><b>Tangi                         ANDRO<br>                         </b></font><font color="#000000" size="2"                         face="Arial">dit GIZMO</font><p><a                         href="mailto:andro.tangi@laposte.net"><img                         src="../../img/boitealettre.gif"                         border="0" width="30" height="30"></a><font                         color="#990000" size="4" face="arial"><b><br>                         </b></font></p>                         </td>                         <td valign="top" rowspan="2" width="280"                         height="80"><table border="0"                         cellpadding="0" cellspacing="0"                         width="280">                             <tr>                                 <td colspan="3"><img                                 src="img/01.jpg" width="280"                                 height="190" name="diapo"> </td>                             </tr>                             <tr>                                 <td width="15" bgcolor="#333333"><a                                 href="#" onclick="backward();"><img                                 src="../../img/prec.gif"                                 width="15" height="15"></a> </td>                                 <td align="center" width="250"                                 bgcolor="#333333"><font                                 color="#999999" size="1"                                 face="arial">cliquez pour faire                                 dfiler les photos</font> </td>                                 <td width="15" bgcolor="#333333"><a                                 href="#" onclick="forward();"><img                                 src="../../img/suiv.gif"                                 width="15" height="15"></a> </td>                             </tr>                             <tr>                                 <td colspan="3"><font                                 color="#990000" size="2"                                 face="Arial"><b>Gots :</b> </font><font                                 color="#FEC500" size="2"                                 face="Arial"><br>                                 </font><font color="#000000"                                 size="2" face="Arial">1m60 les                                 seins fermes et pointus, un cul                                 bien fait, et beaucoup de                                 caractre, aussi le Baseball,                                 photos, les amis, la mer et la                                 montagne.</font><p><font                                 color="#990000" size="2"                                 face="Arial"><b>Devise :</b> </font><font                                 color="#FEC500" size="2"                                 face="Arial"><br>                                 </font><font color="#000000"                                 size="2" face="Arial">&quot;la                                 terre n'est pas un don de nos                                 parents, se sont nos enfants qui                                 nous la prtent. (devise                                 indienne)&quot;</font></p>                                 </td>                             </tr>                         </table>                         </td>                     </tr>                     <tr>                         <td colspan="2"><font color="#000000"                         size="2" face="Arial"><b>D</b></font><font                         color="#990000" size="2" face="Arial"><b>omicile                         :</b></font><font color="#BC7229"                         size="2" face="Arial"><b><br>                         </b></font><font color="#000000" size="2"                         face="Arial">Treboul</font><p><font                         color="#990000" size="2" face="Arial"><b>Spots                         favoris :</b> </font><font                         color="#FEC500" size="2" face="Arial"><br>                         </font><font color="#000000" size="2"                         face="Arial">Gwendrez, la Broyeuse, la                         Dame Jouane, Baie des Trp, Pors Ar Sal                         et un secret spots  la Rochelle</font></p>                         <p><font color="#990000" size="2"                         face="Arial"><b>Boards :</b> </font><font                         color="#FEC500" size="2" face="Arial"><br>                         </font><font color="#000000" size="2"                         face="Arial">6,3 et body 43&quot; 80/50</font></p>                         <p><font color="#990000" size="2"                         face="Arial"><b>Trips :</b></font><font                         size="2" face="Arial"> </font><font                         color="#FEC500" size="2" face="Arial"><br>                         </font><font color="#000000" size="2"                         face="Arial">La Bretagne essentiellement                         car peu de voyage encore  mon actif                         faute de pepette</font></p>                         </td>                     </tr>                 </table>                 </td>             </tr>         </table>         </td>     </tr> </table> </body> </html> 
