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.
99 lines (68 sloc)
2.8 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><script language="JavaScript"> | |
| if (document.images != null) | |
| preload(); | |
| function preload() | |
| { | |
| img1_on = new Image(210,17); | |
| img1_on.src = "images/home/asecretaria.gif"; | |
| img1_off = new Image(210,17); | |
| img1_off.src = "images/home/asecretaria2.gif"; | |
| img2_on = new Image(210,17); | |
| img2_on.src = "images/home/unidades.gif"; | |
| img2_off = new Image(210,17); | |
| img2_off.src = "images/home/unidades2.gif"; | |
| img3_on = new Image(210,17); | |
| img3_on.src = "images/home/ensino.gif"; | |
| img3_off = new Image(210,17); | |
| img3_off.src = "images/home/ensino2.gif"; | |
| img4_on = new Image(210,17); | |
| img4_on.src = "images/home/cidadania.gif"; | |
| img4_off = new Image(210,17); | |
| img4_off.src = "images/home/cidadania2.gif"; | |
| img5_on = new Image(210,17); | |
| img5_on.src = "images/home/editais.gif"; | |
| img5_off = new Image(210,17); | |
| img5_off.src = "images/home/editais2.gif"; | |
| img6_on = new Image(210,17); | |
| img6_on.src = "images/home/mapa.gif"; | |
| img6_off = new Image(210,17); | |
| img6_off.src = "images/home/mapa2.gif"; | |
| img7_on = new Image(210,17); | |
| img7_on.src = "images/home/programas.gif"; | |
| img7_off = new Image(210,17); | |
| img7_off.src = "images/home/programas2.gif"; | |
| img8_on = new Image(210,17); | |
| img8_on.src = "images/home/noticias.gif"; | |
| img8_off = new Image(210,17); | |
| img8_off.src = "images/home/noticias2.gif"; | |
| img9_on = new Image(210,17); | |
| img9_on.src = "images/home/links.gif"; | |
| img9_off = new Image(210,17); | |
| img9_off.src = "images/home/links2.gif"; | |
| img10_on = new Image(210,17); | |
| img10_on.src = "images/home/perfil2.gif"; | |
| img10_off = new Image(210,17); | |
| img10_off.src = "images/home/perfil.gif"; | |
| } | |
| function troca(nome, on) { | |
| imagem = eval(nome + (on == 1 ? "_on.src" : "_off.src")); | |
| document[nome].src = imagem; | |
| } | |
| </script> | |
| <title>JxLxMx</title> | |
| </head> | |
| <body link="#000000" vlink="#000000" bgcolor="#FFFFFF"> | |
| <p>existe uma epidemia neste pais : </p> | |
| <p>uma tal de corrupção esta pegando todos.... o diagnostico e dificil, exite pessoas q | |
| nao demonstram nenhum sintoma... mas podem ser diagnosticadas com a aplicação de | |
| proprinas de tempos em tempos.. elas nao resistem a notas de 100...</p> | |
| <p>a cura: dignidade, parece q ta em falta no brasil...</p> | |
| <p><img src="99fora1.jpg" alt="99fora1.jpg (40860 bytes)" WIDTH="470" HEIGHT="603"></p> | |
| <p>a voz do povo e a voz de deus!</p> | |
| <p>existe um backup da pagina inicial. o adm vai ver....</p> | |
| <p>O novo milenio esta ai ...e tempo de recomeçar.....</p> | |
| <p>Ps: dyanna , ainda nao te esqueci!!!!</p> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |