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.
77 lines (53 sloc)
1.43 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></title> | |
| </head> | |
| <body> | |
| <script language="JavaScript"> | |
| <!-- | |
| if (document.images) { | |
| image1on = new Image(); | |
| image1on.src = "images/S_business_ov.gif"; | |
| image2on = new Image(); | |
| image2on.src = "images/S_communities_ov.gif"; | |
| image3on = new Image(); | |
| image3on.src = "images/S_trade_ov.gif"; | |
| image4on = new Image(); | |
| image4on.src = "images/S_tourism_ov.gif"; | |
| image5on = new Image(); | |
| image5on.src = "images/S_fact_ov.gif"; | |
| image6on = new Image(); | |
| image6on.src = "images/S_feature_ov.gif"; | |
| //off state | |
| image1off = new Image(); | |
| image1off.src = "images/S_business_up.gif"; | |
| image2off = new Image(); | |
| image2off.src = "images/S_communities_up.gif"; | |
| image3off = new Image(); | |
| image3off.src = "images/S_trade_up.gif"; | |
| image4off = new Image(); | |
| image4off.src = "images/S_tourism_up.gif"; | |
| image5off = new Image(); | |
| image5off.src = "images/S_fact_up.gif"; | |
| image6off = new Image(); | |
| image6off.src = "images/S_feature_up.gif"; | |
| } | |
| function turnOn(imageName) { | |
| if (document.images) { | |
| document[imageName].src = eval(imageName + "on.src"); | |
| } | |
| } | |
| function turnOff(imageName) { | |
| if (document.images) { | |
| document[imageName].src = eval(imageName + "off.src"); | |
| } | |
| } | |
| // --> | |
| </script> | |
| <!-- Applet is from ITS of Egypt at http://163.121.10.41/ --> | |
| <p>Own3d by .:McM4nus:.</p> | |
| <p>Where this the security? </p> | |
| <p> </p> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |