SlideShare a Scribd company logo
<html>
<center><FONT COLOR="red"><FONT SIZE=6>Special To Galank Format By: |DWC|
Hanggie</FONT></FONT></center>
<head>
<title>Special Buat Galank</title>
<meta content="Kita Disini Tidak Akan Melupakanmu; charset=utf-8" http-
equiv="Content-Type">
<meta content="Good Bey Bang Galank" name="description">
<meta content="Semoga Tenang di sana" name="keywords">
<meta property="og:description" content=" Distorsi Lulaby For Merita " />
<Link href='https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-
frc3/q71/972272_404805862967128_199631764_n.jpg' rel='SHORTCUT ICON'/>
</script>
</center>
<script>
var width=document.body.clientWidth;
var height=document.body.clientHeight;
function doClickText(who,type,step,timeOut) {
document.getElementById(who).style.display="none";
if(type==0) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}
if(type==1) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,3);}}
function reveal(who,step,timeOut,type) {
if(type==0)
var where="top";
if(type==1)
var where="bottom";
if(type==2)
var where="left";
if(type==3)
var where="right";
eval('var temp=document.getElementById(who).style.'+where);
temp=parseInt(temp);
if(type==0||type==1)
var checkWith=height/2;
if(type==2||type==3)
var checkWith=width/2;
if(-temp<checkWith) {
temp-=step;
eval('document.getElementById(who).style.'+where+'=temp;');
setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
else {
document.getElementById(who).style.display="none";
document.body.scroll="yes";}}
function
initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {
if(type==0) {
var bWhere1="border-bottom";
var bWhere2="border-top";
var putZero1="top:0px; left:0px";
var putZero2="bottom:0px; left:0px";
document.write('<div id="revealDiv1" style="z-index:100; display:block;
position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+';
height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
document.write('<div id="revealDiv2" style="z-index:100; display:block;
position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+';
height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeOut,0);
reveal('revealDiv2',step,timeOut,1);}
else {
clickText(type,step,timeOut);}}
if(type==1) {
var bWhere1="border-right";
var bWhere2="border-left";
var putZero1="top:0px; left:0px";
var putZero2="top:0px; right:0px";
document.write('<div id="revealDiv1" style="z-index:100; display:block;
position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+';
height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
document.write('<div id="revealDiv2" style="z-index:100; display:block;
position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+';
height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {
reveal('revealDiv1',step,timeOut,2);
reveal('revealDiv2',step,timeOut,3);}
else {
clickText(type,step,timeOut);}}
function clickText(type,step,timeOut) {
document.write('<div id="clickText" style="z-index:101; display:block;
position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-
clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px;
background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+';
cursor:hand; cursor:pointer"
onClick="doClickText('clickText','+type+','+step+','+timeOut+')"><tr><td
align="middle">'+clickt+'</td></tr></table></div>');}}
</script>
<script>
var clickw=270;
var clickh=20;
var clickb=5;
var clickc="white";
var clickbg="black"; // Background color
var clickt="<blink>==>Click To Play<==</blink> "; // Text to display
var clickFont="font-family:tahoma,arial,helvetica; font-size:10pt; font-
weight:bold; color:red" ; // The font style of the text
new initReveal(0,'black','black',1,1,'lime','lime',3,40,true);
//baru script layar utama
</script>
<style type="text/css">
A:link {text-decoration: none; color: #150517;}
A:visited {text-decoration: none; color: #150517;}
A:active {text-decoration: none; color: #150517;}
A:hover {font-size:24; font-weight:bold; color: #150517;}
</style>
<script type="text/javascript">
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" ? 150 : 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>
</head>
<center><table>
<tr>
<td colspan="2"><font color="white" size="2">
</font><font color="white" size="2">
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------
---------------------------------------------------------------
</font><br><pre>
</pre></td></tr>
<tr>
<td><a><img src="https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-
frc3/q71/972272_404805862967128_199631764_n.jpg" border="3" heigth="270px"
width="370px" title="One Love Forever
:)"></a></td>
<td>
<pre id="sualmukuna_cugh">
<FONT face="Monotype Corsiva" size="4" <font color="Red"">
Ini Untuk you man.. Galank...
Ya, selamat jalan kawan. Semoga semua mimpimu kini bisa kau raih di alam yang
tenang,
semoga kau berbahagia di alammu yang sekarang...
slamat jalan teman, semoga kau tenang,,
Semua canda tawa bayangmu takkan pernah hilang,,
Dalam setiap langkah, kau slalu ada,,
Sampai kini ku tak percaya kau telah tiada,,
Mungkin batu nisan pisahkan dunia kita
Namun ambisimu kan kujaga slalu membara
Gapailah doa yang slalu kubaca
Menemani langkahmu menuju singgasana surga
Kita Akan Mengingat Jasa2mu Terima Kasih Galank... :)
@Hanggie Defloeiner |DWC| Dark west company
</font>
<i><font color="Red"> Kita Semua Akan
</font><font color="#FF00FF"> Jasamu Selalu</font></i>
</pre>
<script type="text/javascript">
//Define first typing example:
new TypingText(document.getElementById("sualmukuna_cugh"));
//Type out examples:
TypingText.runAll();
</script>
</td></tr></table>
<font color="white" size="2">
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------
---------------------------------------------------------------
<script type="text/javascript" src="http://facebook-
baru.tk/snowwhite.js"></script>
<script src='http://postrecent.googlecode.com/files/SakuraGugurdj.js'
type='text/javascript'>
</script>
<script src='http://postrecent.googlecode.com/files/Saljudj.js '
type='text/javascript'>
</script>
</font>
</td></tr><font color="#FF00FF"" size="2">
<br> [ &nbsp;&nbsp;&nbsp; Kita Semua Akan Mengenang Jasa2mu :D
&nbsp;&nbsp;&nbsp; ] </font><br></center>
<body style='-moz-user-select: true; cursor: crosshair;'><body bgcolor="black"
link="#150517" active="#150517" visited="#150517" text="#38eccc"
onkeydown='return
false;' oncontextmenu='return false;' onmousedown='return false;'>
<center>
</p><br>
<p>&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;
&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8
226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226
;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#
8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#822
6;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&
#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;
</p>
<FONT face="Tahoma" size="2" color="#ff0000">Notice : </font>
<marquee behavior="scroll" direction="left" scrollamount="2" scrolldelay="20"
width="50%">
<FONT face="Tahoma" size="4" color="##00FF00">RIP (Rhyme In Peace) Galank
Format</FONT></b>
</marquee>
<p>&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;
&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8
226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226
;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#
8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#822
6;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&
#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;
</p>
<div style="position:fixed; bottom:0px;right:0px; display: inline-block;
font:normal 12px oswald;text-align: center; cursor: pointer; margin:2px;
padding:3px 4px;">
<embed height="700" quality="high" src="http://four-
you.site40.net/flash/NAOMYCHAN2.swf" type="application/x-shockwave-flash"
width="1300" wmode="transparent"></embed>
<div style="position:fixed; bottom:0px;right:0px; display: inline-block;
font:normal 12px oswald;"></div></div>
<body>
<span class="style5">
<div style="background-color:blue;border-style:outset;border-width:5pt;border-
color:blue" align="center"><font color="red" face="verdana">Creative By: <object
data="http://mp3.thehoster.net/mp3thehoster.swf?
soundFile=http://www.youtube.com/watch?v=EIT1KMov4UA&autostart=yes&loop=yes"
type="application/x-shockwave-flash" wmode="transparent" width="1"
height="1"></object><a>Hanggie Defloeiner</a><br><font color="white">23 Juni
2013 </font></div>
<!-- --><script type="text/javascript"
src="//www.blogger.com/static/v1/common/js/1447355603-csitail.js"></script>
<script type="text/javascript">BLOG_initCsi('classic_blogspot');</script>
</body>
<body oncontextmenu='return false;' onkeydown='return false;'
onmousedown='return false;'>
</html>

More Related Content

PPT
Юнит тестирование в Zend Framework 2.0
PDF
第二节课:html5 – web开发步入新阶段
PDF
Palestra PythonBrasil[8]
PDF
DOC
Javascript技巧参考大全
PDF
DOCX
Dennis zapana perez
PDF
Sis quiz
Юнит тестирование в Zend Framework 2.0
第二节课:html5 – web开发步入新阶段
Palestra PythonBrasil[8]
Javascript技巧参考大全
Dennis zapana perez
Sis quiz

What's hot (18)

DOCX
Index.php
PPT
Web App Mvc
PDF
Quiz Component For Joomla
PPTX
Service Workers
PDF
Introducción a Bolt
PDF
jQuery sans jQuery
PDF
Twig, los mejores trucos y técnicas avanzadas
TXT
KvZ Web Tasarım Hizmetleri
PDF
Get more votes!
KEY
JS for Rails developers
PDF
PDF
Peek inside the fantastical Ukrainian Village home and studio of artists Jare...
ODP
JSF 2 and Ajax
DOCX
DOCX
DOCUMENTACION PAGINA WEB PHP
PDF
Chief Keef's hologram can't catch a break, and it's a win for Keef
PDF
2km Workshop: Desenvolvimento ágil com o CakePHP
DOCX
Documentacion edderson callpa_ortiz
Index.php
Web App Mvc
Quiz Component For Joomla
Service Workers
Introducción a Bolt
jQuery sans jQuery
Twig, los mejores trucos y técnicas avanzadas
KvZ Web Tasarım Hizmetleri
Get more votes!
JS for Rails developers
Peek inside the fantastical Ukrainian Village home and studio of artists Jare...
JSF 2 and Ajax
DOCUMENTACION PAGINA WEB PHP
Chief Keef's hologram can't catch a break, and it's a win for Keef
2km Workshop: Desenvolvimento ágil com o CakePHP
Documentacion edderson callpa_ortiz
Ad

Viewers also liked (14)

PPTX
бг замечания по сайту
PDF
Analisis matematis pendugaan umur simpan benih cabai merah (capsicum annum l.)
PPTX
Case Study DENMARK’S LEADING LINER COMPANY IMPROVES SHIP-TO-SHORE COMMUNICATI...
PPT
Bioactive lipids, montreal sept 2007
PPS
PPTX
J fashion
PPTX
Dr renzo
PPTX
mechanism based inactivation by quinoneimine reactive metabolite
PPTX
Caja roja obstetrica
PPTX
Lead the Change Fall 2013 Presentation
PPTX
SmartBike, ParisVelib'
PDF
My five minutes bell
PDF
Beadify your Memories
PPTX
Listening test rino26
бг замечания по сайту
Analisis matematis pendugaan umur simpan benih cabai merah (capsicum annum l.)
Case Study DENMARK’S LEADING LINER COMPANY IMPROVES SHIP-TO-SHORE COMMUNICATI...
Bioactive lipids, montreal sept 2007
J fashion
Dr renzo
mechanism based inactivation by quinoneimine reactive metabolite
Caja roja obstetrica
Lead the Change Fall 2013 Presentation
SmartBike, ParisVelib'
My five minutes bell
Beadify your Memories
Listening test rino26
Ad

Code

  • 1. <html> <center><FONT COLOR="red"><FONT SIZE=6>Special To Galank Format By: |DWC| Hanggie</FONT></FONT></center> <head> <title>Special Buat Galank</title> <meta content="Kita Disini Tidak Akan Melupakanmu; charset=utf-8" http- equiv="Content-Type"> <meta content="Good Bey Bang Galank" name="description"> <meta content="Semoga Tenang di sana" name="keywords"> <meta property="og:description" content=" Distorsi Lulaby For Merita " /> <Link href='https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak- frc3/q71/972272_404805862967128_199631764_n.jpg' rel='SHORTCUT ICON'/> </script> </center> <script> var width=document.body.clientWidth; var height=document.body.clientHeight; function doClickText(who,type,step,timeOut) { document.getElementById(who).style.display="none"; if(type==0) {
  • 3. var where="left"; if(type==3) var where="right"; eval('var temp=document.getElementById(who).style.'+where); temp=parseInt(temp); if(type==0||type==1) var checkWith=height/2; if(type==2||type==3) var checkWith=width/2; if(-temp<checkWith) {
  • 6. var putZero2="bottom:0px; left:0px"; document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>'); document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>'); if(!click) { reveal('revealDiv1',step,timeOut,0); reveal('revealDiv2',step,timeOut,1);} else {
  • 7. clickText(type,step,timeOut);}} if(type==1) { var bWhere1="border-right"; var bWhere2="border-left"; var putZero1="top:0px; left:0px"; var putZero2="top:0px; right:0px"; document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>'); document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>'); if(!click) {
  • 8. reveal('revealDiv1',step,timeOut,2); reveal('revealDiv2',step,timeOut,3);} else { clickText(type,step,timeOut);}} function clickText(type,step,timeOut) { document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2- clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText('clickText','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}} </script> <script> var clickw=270;
  • 9. var clickh=20; var clickb=5; var clickc="white"; var clickbg="black"; // Background color var clickt="<blink>==>Click To Play<==</blink> "; // Text to display var clickFont="font-family:tahoma,arial,helvetica; font-size:10pt; font- weight:bold; color:red" ; // The font style of the text new initReveal(0,'black','black',1,1,'lime','lime',3,40,true); //baru script layar utama </script> <style type="text/css"> A:link {text-decoration: none; color: #150517;} A:visited {text-decoration: none; color: #150517;} A:active {text-decoration: none; color: #150517;} A:hover {font-size:24; font-weight:bold; color: #150517;} </style> <script type="text/javascript"> TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; // Never run. return;
  • 10. } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 150 : 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;
  • 11. 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> </head> <center><table> <tr> <td colspan="2"><font color="white" size="2"> </font><font color="white" size="2"> -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ------- --------------------------------------------------------------- </font><br><pre> </pre></td></tr> <tr> <td><a><img src="https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak- frc3/q71/972272_404805862967128_199631764_n.jpg" border="3" heigth="270px" width="370px" title="One Love Forever :)"></a></td> <td> <pre id="sualmukuna_cugh"> <FONT face="Monotype Corsiva" size="4" <font color="Red""> Ini Untuk you man.. Galank... Ya, selamat jalan kawan. Semoga semua mimpimu kini bisa kau raih di alam yang tenang, semoga kau berbahagia di alammu yang sekarang... slamat jalan teman, semoga kau tenang,, Semua canda tawa bayangmu takkan pernah hilang,, Dalam setiap langkah, kau slalu ada,, Sampai kini ku tak percaya kau telah tiada,, Mungkin batu nisan pisahkan dunia kita Namun ambisimu kan kujaga slalu membara Gapailah doa yang slalu kubaca Menemani langkahmu menuju singgasana surga
  • 12. Kita Akan Mengingat Jasa2mu Terima Kasih Galank... :) @Hanggie Defloeiner |DWC| Dark west company </font> <i><font color="Red"> Kita Semua Akan </font><font color="#FF00FF"> Jasamu Selalu</font></i> </pre> <script type="text/javascript"> //Define first typing example: new TypingText(document.getElementById("sualmukuna_cugh")); //Type out examples: TypingText.runAll(); </script> </td></tr></table> <font color="white" size="2"> -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ------- --------------------------------------------------------------- <script type="text/javascript" src="http://facebook- baru.tk/snowwhite.js"></script> <script src='http://postrecent.googlecode.com/files/SakuraGugurdj.js' type='text/javascript'> </script> <script src='http://postrecent.googlecode.com/files/Saljudj.js ' type='text/javascript'> </script> </font> </td></tr><font color="#FF00FF"" size="2"> <br> [ &nbsp;&nbsp;&nbsp; Kita Semua Akan Mengenang Jasa2mu :D &nbsp;&nbsp;&nbsp; ] </font><br></center> <body style='-moz-user-select: true; cursor: crosshair;'><body bgcolor="black" link="#150517" active="#150517" visited="#150517" text="#38eccc" onkeydown='return false;' oncontextmenu='return false;' onmousedown='return false;'> <center> </p><br> <p>&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226; &#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8 226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226 ;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&# 8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#822 6;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;& #8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226; </p> <FONT face="Tahoma" size="2" color="#ff0000">Notice : </font> <marquee behavior="scroll" direction="left" scrollamount="2" scrolldelay="20" width="50%"> <FONT face="Tahoma" size="4" color="##00FF00">RIP (Rhyme In Peace) Galank
  • 13. Format</FONT></b> </marquee> <p>&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226; &#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8 226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226 ;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&# 8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#822 6;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;& #8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226; </p> <div style="position:fixed; bottom:0px;right:0px; display: inline-block; font:normal 12px oswald;text-align: center; cursor: pointer; margin:2px; padding:3px 4px;"> <embed height="700" quality="high" src="http://four- you.site40.net/flash/NAOMYCHAN2.swf" type="application/x-shockwave-flash" width="1300" wmode="transparent"></embed> <div style="position:fixed; bottom:0px;right:0px; display: inline-block; font:normal 12px oswald;"></div></div> <body> <span class="style5"> <div style="background-color:blue;border-style:outset;border-width:5pt;border- color:blue" align="center"><font color="red" face="verdana">Creative By: <object data="http://mp3.thehoster.net/mp3thehoster.swf? soundFile=http://www.youtube.com/watch?v=EIT1KMov4UA&autostart=yes&loop=yes" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></object><a>Hanggie Defloeiner</a><br><font color="white">23 Juni 2013 </font></div> <!-- --><script type="text/javascript" src="//www.blogger.com/static/v1/common/js/1447355603-csitail.js"></script> <script type="text/javascript">BLOG_initCsi('classic_blogspot');</script> </body> <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'> </html>