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.
167 lines (152 sloc)
4.74 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> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <csbrowser href="default_low.htm" ns="0,0,1,1,1" ie="0,0,1,1,1"> | |
| </csbrowser> | |
| <link href="http://www.metallunion.ch" | |
| title="Schweizerische Metall-Union SMU / Union Suisse de métal USM" | |
| name="Schweizerische Metall-Union SMU / Union Suisse de métal USM"> | |
| <csscriptdict> | |
| <script><!-- | |
| CSStopExecution = false; | |
| CSInit = new Array; | |
| function CSScriptInit() { | |
| idxArray = new Array; | |
| for(var i=0;i<CSInit.length;i++) | |
| idxArray[i] = i; | |
| CSAction2(CSInit, idxArray); | |
| } | |
| function CSBrowserSwitch(action) { | |
| var bAgent = window.navigator.userAgent; | |
| var bAppName = window.navigator.appName; | |
| var isNS = (bAppName.indexOf("Netscape") >= 0); | |
| var isIE = (bAppName.indexOf("Explorer") >= 0); | |
| var isWin = (bAgent.indexOf("Win") >= 0); | |
| var isMac = (bAgent.indexOf("Mac") >= 0); | |
| var vers = 0; | |
| var versIdx = (bAgent.indexOf("Mozilla/")); | |
| if(versIdx >= 0) | |
| { | |
| var sstr = bAgent.substring(versIdx + 8, versIdx + 9); | |
| vers = parseInt(sstr) - 2; | |
| } | |
| var url = action[1]; | |
| var platform = action[2]; | |
| var versVec; | |
| if(platform) | |
| { | |
| if(isNS && isMac) versVec = action[3]; | |
| if(isIE && isMac) versVec = action[4]; | |
| if(isNS && isWin) versVec = action[5]; | |
| if(isIE && isWin) versVec = action[6]; | |
| } | |
| else | |
| { | |
| if(isNS) versVec = action[3]; | |
| if(isIE) versVec = action[4]; | |
| } | |
| if(vers > (versVec.length-1)) | |
| vers = versVec.length-1; | |
| if(versVec[vers] == 0) | |
| { | |
| location = url; | |
| CSStopExecution = true; | |
| } | |
| } | |
| CSStopExecution = false; | |
| function CSAction(array) { | |
| return CSAction2(CSAct, array); | |
| } | |
| function CSAction2(fct, array) { | |
| var result; | |
| for (var i=0;i<array.length;i++) { | |
| if(CSStopExecution) return false; | |
| var actArray = fct[array[i]]; | |
| var tempArray = new Array; | |
| for(var j=1;j<actArray.length;j++) { | |
| if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) { | |
| if(actArray[j][0] == "VAR") { | |
| tempArray[j] = CSStateArray[actArray[j][1]]; | |
| } | |
| else { | |
| if(actArray[j][0] == "ACT") { | |
| tempArray[j] = CSAction(new Array(new String(actArray[j][1]))); | |
| } | |
| else | |
| tempArray[j] = actArray[j]; | |
| } | |
| } | |
| else | |
| tempArray[j] = actArray[j]; | |
| } | |
| result = actArray[0](tempArray); | |
| } | |
| return result; | |
| } | |
| CSAct = new Object; | |
| CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); | |
| function IsIE() { return CSAg.indexOf("MSIE") > 0;} | |
| function CSIEStyl(s) { return document.all.tags("div")[s].style; } | |
| function CSNSStyl(s) { return CSFindElement(s,0); } | |
| function CSFindElement(n,ly) { if (CSBVers < 4) return document[n]; | |
| var curDoc = ly ? ly.document : document; var elem = curDoc[n]; | |
| if (!elem) { for (var i=0;i<curDoc.layers.length;i++) { | |
| elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }} | |
| return elem; | |
| } | |
| function CSButtonReturn () { | |
| var bAgent = window.navigator.userAgent; | |
| var bAppName = window.navigator.appName; | |
| if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) | |
| return false; // follow link | |
| else return true; // follow link | |
| } | |
| CSIm = new Object(); | |
| function CSIShow(n,i) { | |
| if (document.images) { | |
| if (CSIm[n]) { | |
| var img = (!IsIE()) ? CSFindElement(n,0) : document[n]; | |
| if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;} | |
| if(i != 0) | |
| self.status = CSIm[n][3]; | |
| else | |
| self.status = " "; | |
| return true; | |
| } | |
| } | |
| return false; | |
| } | |
| function CSILoad(action) { | |
| im = action[1]; | |
| if (document.images) { | |
| CSIm[im] = new Object(); | |
| for (var i=2;i<5;i++) { | |
| if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; } | |
| else CSIm[im][i-2] = 0; | |
| } | |
| CSIm[im][3] = action[5]; | |
| } | |
| } | |
| // --></script> | |
| </csscriptdict> | |
| <csactiondict> | |
| <script><!-- | |
| CSInit[CSInit.length] = new Array(CSBrowserSwitch,/*URL*/'default_low.htm',false,new Array(0,0,1,1,1),new Array(0,0,1,1,1),null,null); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button',/*URL*/'images/d.gif',/*URL*/'images/d1.gif',/*URL*/'',''); | |
| CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button2',/*URL*/'images/f.gif',/*URL*/'images/f1.gif',/*URL*/'',''); | |
| // --></script> | |
| </csactiondict> | |
| <style type="text/css"> | |
| body { background-image:url(images/intro1.jpg); background-repeat:no-repeat; } | |
| </style> | |
| <title>Hacked By McM4nus</title> | |
| </head> | |
| <body bgcolor="#FFFFFF"> | |
| <p>Depois da Baía de Guanabara, depois da Lagoa Rodriguo de Freitas agora chegou a vez | |
| das praias da Ilha do Governador sofrerem com a mortandade de peixes, putz isso já tá | |
| virando piada será que a besta do Governador do Rio ñ esta vendo o que esta acontecendo | |
| nas praias e lagoas??Ai Garotinho abre os OLHOS...</p> | |
| <p><big><big><big><big>McM4nus</big></big></big></big></p> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |