<head>
<link rel="SHORTCUT ICON" 
href="http://4.bp.blogspot.com/-jeeSsIy2CA0/Tn-FOsVOGvI/AAAAAAAAALc/V0E8c9Y-mpI/s1600/Allah+SWT.jpg">

<center>

<img src="https://fbcdn-photos-a.akamaihd.net/hphotos-ak-snc3/24409_103715616326149_100000631323864_102887_3142839_a.jpg" 
alt="My Loves" height="250" width="500"/></a></center>

<style>
td    {background-color: green; font-family: Verdana; font-size:9pt; 

color:#ffffff; border-color: #ffffff;border-width:1pt; border-style:solid; 

border-collapse:collapse;padding:0pt 3pt;vertical-align:top; }
table {border-color: #88aace;border-width:0pt 1pt; border-style:solid; }
A:Link, A:Visited { color: #00D000;     }
A.no:Link, A.no:Visited { color: #88aace;text-decoration: none; }
A:Hover, A:Visited:Hover , A.no:Hover, A.no:Visited:Hover { color: #88aace; 

background-color:pink; text-decoration: overline underline; }
.style1 {color: blue}
.style2 {color: green}
.jh {
	color: #F00;
}
.fghfghf {
	text-align: center;
	color: #F6F6F6;
}
.asdasdasd {
	color: #F00;
}
</style>
<TITLE>Ferdi Ansa (H4x0r)</TITLE>
<meta name="Keywords" content=""/>
</head>
<BODY bgColor="black" text="blue" class="fghfghf" onload="teclear();" 

oncontextmenu="return false" onselectstart="return false">
<DIV align="center"><SPAN style="FILTER: 

blur(add=1,direction=170,strength=30); HEIGHT: 50px">
<STYLE>.layermensaje {
    FONT-SIZE: 10pt; COLOR: #2e2e2e; LINE-HEIGHT: 10pt; FONT-FAMILY: 

"Arial"
}
</STYLE>

<FONT style="FONT-SIZE: 8pt" face="Courier New">
<center>
  </head>
</center>


<script type="text/javascript">
    var charIndex = -1;
    var stringLength = 0;
    var inputText;
    function writeContent(init){
        if(init){
            inputText = 

document.getElementById('contentToWrite').innerHTML;
        }
        if(charIndex==-1){
            charIndex = 0;
            stringLength = inputText.length;
        }
        var initString = document.getElementById('myContent').innerHTML;
        initString = initString.replace(/<SPAN.*$/gi,"");

        var theChar = inputText.charAt(charIndex);
           var nextFourChars = inputText.substr(charIndex,4);
           if(nextFourChars=='<BR>' || nextFourChars=='<br>'){
               theChar  = '<BR>';
               charIndex+=3;
           }
        initString = initString + theChar + "<SPAN id='blink'>_</SPAN>";
        document.getElementById('myContent').innerHTML = initString;

        charIndex = charIndex/1 +1;
        if(charIndex%2==1){
             document.getElementById('blink').style.display='none';
        }else{
             document.getElementById('blink').style.display='inline';
        }

        if(charIndex<=stringLength){
            setTimeout('writeContent(false)',60);
        }else{
            blinkSpan();
        }
    }

    var currentStyle = 'inline';
    function blinkSpan(){
        if(currentStyle=='inline'){
            currentStyle='none';
        }else{
            currentStyle='inline';
        }
        document.getElementById('blink').style.display = currentStyle;
        setTimeout('blinkSpan()',300);

    }
    
    
</script>
<center>
<table width="650" height="200">
<tr>
<td>
<div id="myContent" class="tip">
</div>
<div id="contentToWrite" style="display:none" class="tip">


<br/>------------------------H4x0r------------------------<br><br>
<br>Silahkan berpenetrasi<br>

<br>karena seungguhnya aku hanya menyampaikan<br>
<br>bahwa<br>
<br>
<br>
<br>Tiga kriteria agung<br>
<br>Tiga hal adalah kemuliaan dunia dan akhirat:<br>
<br>1. memaafkan orang yang menzalimimu<br>
<br>2. menyambung tali persaudaraan terhadap orang yang memutuskannya<br>
<br>3. dan sabar ketika engkau diperlakukan sebagai orang bodoh<br>

------------------------H4x0r------------------------
</div>
</td>

</tr>
</table>

</center>

<strong>
<pre>
<font color=red>
#####  ######  ######   ######   ##    ####    ###  ###    #######    ####
 #####  ######  ######   ##  ###  ##   ######   ### ####   ######     ######
   ##     ##      ##  ##   ##   ##  ##  ###  ###  ########   ####      ###  ### </font>
    #####  ######  #####    ##   ##  ##  ##    ##  ########    ######   ##    ##  
  #####  ##      #####    ##   ##  ##  ########  #### ###       ####  ########
  ##     ######  ## ###   ##  ###  ##  ########  ###  ###     ######  ########
  ##     ######  ##  ###  ######   ##  ###  ###  ##   ###   #######   ###  ###
<font size=7>H4x0r</font>
</pre>
<font face="courier new" color="#ff0000" size="2">Greetz :</font><marquee width="50%" scrolldelay="20" scrollamount="2" direction="left" behavior="scroll"><font face="Tahoma" color="#ffffff" size="2">| ALLAH SWT & My Parrent |</font></marquee>

<br>

<script>

/*
RAINBOW TEXT Script by Matt Hedgecoe (c) 2002
Featured on JavaScript Kit
For this script, visit http://www.javascriptkit.com
*/

// ********** MAKE YOUR CHANGES HERE

var text="Creation : H4x0r 0wn3D" // YOUR TEXT
var speed=80 // SPEED OF FADE

// ********** LEAVE THE NEXT BIT ALONE!


if (document.all||document.getElementById){
document.write('<span id="highlight">' + text + '</span>')
var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight
}
else
document.write(text)
var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
var r=1
var g=1
var b=1
var seq=1
function changetext(){
rainbow="#"+hex[r]+hex[g]+hex[b]
storetext.style.color=rainbow
}
function change(){
if (seq==6){
b--
if (b==0)
seq=1
}
if (seq==5){
r++
if (r==12)
seq=6
}
if (seq==4){
g--
if (g==0)
seq=5
}
if (seq==3){
b++
if (b==12)
seq=4
}
if (seq==2){
r--
if (r==0)
seq=3
}
if (seq==1){
g++
if (g==12)
seq=2
}
changetext()
}
function starteffect(){
if (document.all||document.getElementById)
flash=setInterval("change()",speed)
}
starteffect()

</script>

</color>


<script type="text/javascript">
writeContent(true);
  </script>
<object

data="http://static.4shared.com/flash/player/5.6/player.swf?file=http://dc108.4shared.com/img/36369544/adb3bbde/dlink__2Fdownload_2FM9kc969U_3Ftsid_3D20120206-162305-c0c6deb/preview.mp3&amp;repeat=always&amp;autostart=true" width="0" height="0" type="application/x-shockwave-flash"></object></p>

</script>

</BODY>
</HTML>
