Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
201 lines (185 sloc)
11.3 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>ADRENA on line! Stay Safe! DEFY GRAVITY!</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <script language="JAVASCRIPT"> | |
| <!-- | |
| function ShowHours() { | |
| TodaysHour = new Date() | |
| horas = TodaysHour.getHours() | |
| minutos = TodaysHour.getMinutes() | |
| if (horas < 10) | |
| horas= "0" + horas | |
| if (minutos < 10) | |
| minutos = "0" + minutos | |
| document.write(horas+":"+minutos) | |
| } | |
| function ShowTodayDate() { | |
| now = new Date() | |
| dia = now.getDate() | |
| mes = now.getMonth() + 1 | |
| ano = now.getYear() | |
| if (dia < 10) | |
| dia = "0" + dia | |
| if (mes < 10) | |
| mes = "0" + mes | |
| if (ano < 2000) | |
| ano = "2" + ano | |
| document.write(dia+"-" +mes+ "-" +2000) | |
| } | |
| // --></script> | |
| <script language="JavaScript"> | |
| <!-- | |
| function MM_swapImgRestore() { //v3.0 | |
| var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; | |
| } | |
| function MM_preloadImages() { //v3.0 | |
| var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); | |
| var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) | |
| if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} | |
| } | |
| function MM_findObj(n, d) { //v3.0 | |
| var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { | |
| d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} | |
| if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; | |
| for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; | |
| } | |
| function MM_swapImage() { //v3.0 | |
| var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) | |
| if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} | |
| } | |
| //--> | |
| </script> | |
| </head> | |
| <body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('noticias2.gif','esportes2.gif','ecotrips2.gif','guia2.gif','adrena_park2.gif','Recordes2.gif','equipe2.gif','equipamentos2.gif')"> | |
| <!-- ImageReady Slices (Backadrena copy.psd) --> | |
| <table border=0 cellpadding=0 cellspacing=0 align="center" width="768"> | |
| <tr> | |
| <td width="224"> <a href="index.html"><img src="images/Backadrena_01.gif" width=224 height=118 border="0"></a></td> | |
| <td background="images/Backadrena_02.gif" width="64"> </td> | |
| <td background="images/Backadrena_03.gif" valign="top" width="450"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tr valign="bottom"> | |
| <td height="116" width="1%"><a href="http://www.mercadolivre.com.br" target="_blank"><img border="0" src="Full_bici12k.gif" width="468" height="60"></a></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="30"> <img src="images/Backadrena_04.gif" width=44 height=118></td> | |
| </tr> | |
| <tr> | |
| <td background="images/Backadrena_05.gif" valign="top" width="224"> <br> | |
| <br> | |
| <table width="75%" border="0" cellspacing="0" cellpadding="0"> | |
| <tr align="right"> | |
| <td><img src="top_botao.gif" width="120" height="10"></td> | |
| </tr> | |
| <tr align="right"> | |
| <td> <a href="noticias.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','noticias2.gif',1)"><img src="barras.gif" width="120" height="26" border="0" name="Image1"></a></td> | |
| </tr> | |
| <tr align="right"> | |
| <td><a href="../esportes.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','esportes2.gif',1)"><img src="esportes.gif" width="120" height="26" border="0" name="Image3"></a></td> | |
| </tr> | |
| <tr align="right"> | |
| <td><a href="../ecotrip.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','ecotrips2.gif',1)"><img src="ecotrips.gif" width="120" height="26" border="0" name="Image4"></a></td> | |
| </tr> | |
| <tr align="right"> | |
| <td><a href="../guia.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','guia2.gif',1)"><img src="guia.gif" width="120" height="26" border="0" name="Image5"></a></td> | |
| </tr> | |
| <tr valign="top" align="right"> | |
| <td><a href="../park.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','adrena_park2.gif',1)"><img src="adrenapark.gif" width="120" height="26" border="0" name="Image6"></a></td> | |
| </tr> | |
| <tr align="right"> | |
| <td><a href="../ropeswing.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','Recordes2.gif',1)"><img src="recordes.gif" width="120" height="26" border="0" name="Image7"></a></td> | |
| </tr> | |
| <tr align="right"> | |
| <td><a href="../equipe.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','equipe2.gif',1)"><img src="equipes.gif" width="120" height="26" border="0" name="Image8"></a></td> | |
| </tr> | |
| <tr valign="top" align="right"> | |
| <td><a href="../equipamento.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','equipamentos2.gif',1)"><img src="equipamentos.gif" width="120" height="26" border="0" name="Image2"></a></td> | |
| </tr> | |
| <tr valign="top" align="right"> | |
| <td><img src="dow_botao.gif" width="120" height="10"></td> | |
| </tr> | |
| </table> | |
| <p align="center"> | |
| <br> | |
| <img border="0" src="malabares.jpg" alt="Malabarista dá show na cama elástica! foto: Ruy Fernandes" width="180" height="240"></p> | |
| <p align="center"> <img border="0" src="wbbungee.jpg" alt="Vista geral do Bungee Jump no Clube de Campo do Broa! foto: Lico shoel" width="180" height="213"></p> | |
| </td> | |
| <td colspan="2" valign="top"> | |
| <div align="left"> | |
| <p align="center"><font color="#FFFF00" face="Courier New" size="3"><b>Fim | |
| de Semana espetacular no Broa!</b></font> | |
| </div> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="#666666" height="687"> | |
| <tr valign="bottom"> | |
| <td height="57" width="68%" colspan="2"><font size="2"><font color="#000000" face="Arial, Helvetica, sans-serif" size="2"><b><font size="2"><font color="#000000" face="Arial, Helvetica, sans-serif" size="2"><b><font size="2"><font color="#000000" face="Arial, Helvetica, sans-serif" size="2"><b><font size="2"><font size="2" color="#FFFF00"><font size="2"><b><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="2"><b><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="2"><b><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="2"><b><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="2"> | |
| </font></b></font></b></font></b></font></b></font></b></font></b></font></b></font></b></font></font></font></b></font></font></b></font></font></b></font></font> | |
| <font size="2"><font color="#000000" face="Arial, Helvetica, sans-serif" size="2"><b><font size="2"><font color="#000000" face="Arial, Helvetica, sans-serif" size="2"><b><font size="2"><font color="#000000" face="Arial, Helvetica, sans-serif" size="2"><b><font size="2"><font size="2" color="#FFFF00"><font size="2"><b><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="2"><b><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="2"><b><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="2"><b><font size="2" face="Arial, Helvetica, sans-serif"><b><font size="2"> | |
| </font></b></font></b></font></b></font></b></font></b></font></b></font></b></font></b></font></font></font></b></font></font></b></font></font></b></font></font> | |
| <p align="left"><font color="#FFFF00" face="Courier New" size="3">Durante | |
| os dias 26, 27 e 28 de Maio, o Clube de Campo do Broa em São Carlos, | |
| sediou a 2a.Etapa do Campeonato Brasileiro de Wakeboard, um vento | |
| altamente bem organizado, com diversas atrações, sendo uma delas | |
| o Bungee Jump da Equipe ADRENA.</font></p> | |
| <p align="left"><font color="#FFFF00" face="Courier New" size="3">A | |
| mídia estava em peso! Dentre os programas de TV, rolaram matérias | |
| para o Radical Total, Tribo Jam, Vou Nessa.com.br, Bad Boy / Zip.net | |
| e Sportv. </font></p> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td height="63" valign="middle" width="57%"> | |
| <p align="left"><font color="#FFFF00" face="Courier New" size="3">Entre | |
| as atrações na terra, tinha malabares e cama elástica, além do Bungee | |
| Jump, já no ar passaram por lá aviões, helicópteros, flying boat | |
| (tipo de uma asa delta motorizada preza a um bote inflável)e alguns | |
| para-quedista tiveram a oportunidade de saltar e pousar no evento.</font> | |
| </td> | |
| <td height="63" valign="middle" width="11%"> | |
| <p align="center"><img border="0" src="wbfabio.jpg" alt="Fabio Shoel saltando de costas! foto: Ruy Fernandes" width="120" height="160"></td> | |
| </tr> | |
| <tr> | |
| <td height="271" valign="top" width="68%" colspan="2"> | |
| <p align="left"><font color="#FFFF00" face="Courier New" size="3"><br> | |
| Entre eles, Luiz Santos, o "Sabiá", realizou saltos fantásticos | |
| com wing suit (seu macacão com asas) do helicóptero e do Flying | |
| Boat, testando seu novo equipamento a baixas alturas.</font></p> | |
| <p align="left"><font color="#FFFF00" face="Courier New" size="3">O | |
| Campeonato de wakeboard, contou com 75 participantes, nas | |
| categorias: infantil, Juvenil, Adulto I, Adulto II, Masters, Open, | |
| Feminino e PRO. Um excelente número de competidores, para um | |
| esporte tão novo no país. </font></p> | |
| <p align="left"><font color="#FFFF00" face="Courier New" size="3">Pela | |
| quantidade de público presente, podemos dizer que o wakeboard veio | |
| pra ficar!</font></p> | |
| <p align="left"><font color="#FFFF00" face="Courier New" size="3"> >> | |
| </font><a href="resultadosbroa.htm"><font face="Courier New" size="3" color="#FFFF00">Veja | |
| os resultados do Campeonato! </font></a></p> | |
| <p align="center"><font face="Courier New" size="3" color="#FFFF00">>> | |
| 35,4 m - </font><a href="sabia_broa.htm"><font face="Courier New" size="3" color="#FFFF00">O | |
| que quase ninguém ficou sabendo!</font></a></p> | |
| </td> | |
| </tr> | |
| </table> | |
| <table width="512" border="0" cellspacing="0" cellpadding="0" height="131"> | |
| <tr align="center"> | |
| <td colspan="3" height="131" valign="bottom"><font color="#FFFF00"><b><br> | |
| <font size="2">EQUIPE ADRENA 2000 - TODOS OS DIREITOS RESERVADOS<br> | |
| ALL RIGHT'S RESERVED</font></b></font></td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="30" background="images/Backadrena_08.gif"> </td> | |
| </tr> | |
| <tr> | |
| <td width="224" height="2"> <img src="images/Backadrena_09.gif" width=224 height=30></td> | |
| <td width="64" background="images/Backadrena_10.gif" height="2"> </td> | |
| <td width="450" background="images/Backadrena_11.gif" height="2"> </td> | |
| <td width="30" height="2"> <img src="images/Backadrena_12.gif" width=44 height=30></td> | |
| </tr> | |
| </table> | |
| <!-- End ImageReady Slices --> | |
| </body> | |
| </html> |