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

What's hot

Index.php
Index.phpIndex.php
Index.php
titanica1906
 
Quiz Component For Joomla
Quiz Component For JoomlaQuiz Component For Joomla
Quiz Component For Joomlaguestebb21a
 
Service Workers
Service WorkersService Workers
Service Workers
Patrick Kettner
 
Introducción a Bolt
Introducción a BoltIntroducción a Bolt
Introducción a Bolt
Asier Marqués
 
jQuery sans jQuery
jQuery sans jQueryjQuery sans jQuery
jQuery sans jQuery
goldoraf
 
Twig, los mejores trucos y técnicas avanzadas
Twig, los mejores trucos y técnicas avanzadasTwig, los mejores trucos y técnicas avanzadas
Twig, los mejores trucos y técnicas avanzadasJavier Eguiluz
 
KvZ Web Tasarım Hizmetleri
KvZ Web Tasarım HizmetleriKvZ Web Tasarım Hizmetleri
KvZ Web Tasarım Hizmetleri
Ahmet Öztaş
 
Get more votes!
Get more votes!Get more votes!
Get more votes!
chicagonewsyesterday
 
JS for Rails developers
JS for Rails developersJS for Rails developers
JS for Rails developersTimur Vafin
 
Best hotel
Best hotelBest hotel
Peek inside the fantastical Ukrainian Village home and studio of artists Jare...
Peek inside the fantastical Ukrainian Village home and studio of artists Jare...Peek inside the fantastical Ukrainian Village home and studio of artists Jare...
Peek inside the fantastical Ukrainian Village home and studio of artists Jare...
irwinvifxcfesre
 
JSF 2 and Ajax
JSF 2 and  AjaxJSF 2 and  Ajax
JSF 2 and Ajax
Jim Driscoll
 
DOCUMENTACION PAGINA WEB PHP
DOCUMENTACION PAGINA WEB PHPDOCUMENTACION PAGINA WEB PHP
DOCUMENTACION PAGINA WEB PHP
Dorian Xavier Bendezu Martinez
 
Chief Keef's hologram can't catch a break, and it's a win for Keef
Chief Keef's hologram can't catch a break, and it's a win for KeefChief Keef's hologram can't catch a break, and it's a win for Keef
Chief Keef's hologram can't catch a break, and it's a win for Keef
chicagonewsonlineradio
 
2km Workshop: Desenvolvimento ágil com o CakePHP
2km Workshop: Desenvolvimento ágil com o CakePHP2km Workshop: Desenvolvimento ágil com o CakePHP
2km Workshop: Desenvolvimento ágil com o CakePHP
Carlos Pires
 
Documentacion edderson callpa_ortiz
Documentacion edderson callpa_ortizDocumentacion edderson callpa_ortiz
Documentacion edderson callpa_ortizEdderson J. Ortiz
 

What's hot (18)

Index.php
Index.phpIndex.php
Index.php
 
Web App Mvc
Web App MvcWeb App Mvc
Web App Mvc
 
Quiz Component For Joomla
Quiz Component For JoomlaQuiz Component For Joomla
Quiz Component For Joomla
 
Service Workers
Service WorkersService Workers
Service Workers
 
Introducción a Bolt
Introducción a BoltIntroducción a Bolt
Introducción a Bolt
 
jQuery sans jQuery
jQuery sans jQueryjQuery sans jQuery
jQuery sans jQuery
 
Twig, los mejores trucos y técnicas avanzadas
Twig, los mejores trucos y técnicas avanzadasTwig, los mejores trucos y técnicas avanzadas
Twig, los mejores trucos y técnicas avanzadas
 
KvZ Web Tasarım Hizmetleri
KvZ Web Tasarım HizmetleriKvZ Web Tasarım Hizmetleri
KvZ Web Tasarım Hizmetleri
 
Get more votes!
Get more votes!Get more votes!
Get more votes!
 
JS for Rails developers
JS for Rails developersJS for Rails developers
JS for Rails developers
 
Best hotel
Best hotelBest hotel
Best hotel
 
Peek inside the fantastical Ukrainian Village home and studio of artists Jare...
Peek inside the fantastical Ukrainian Village home and studio of artists Jare...Peek inside the fantastical Ukrainian Village home and studio of artists Jare...
Peek inside the fantastical Ukrainian Village home and studio of artists Jare...
 
JSF 2 and Ajax
JSF 2 and  AjaxJSF 2 and  Ajax
JSF 2 and Ajax
 
Blospot
BlospotBlospot
Blospot
 
DOCUMENTACION PAGINA WEB PHP
DOCUMENTACION PAGINA WEB PHPDOCUMENTACION PAGINA WEB PHP
DOCUMENTACION PAGINA WEB PHP
 
Chief Keef's hologram can't catch a break, and it's a win for Keef
Chief Keef's hologram can't catch a break, and it's a win for KeefChief Keef's hologram can't catch a break, and it's a win for Keef
Chief Keef's hologram can't catch a break, and it's a win for Keef
 
2km Workshop: Desenvolvimento ágil com o CakePHP
2km Workshop: Desenvolvimento ágil com o CakePHP2km Workshop: Desenvolvimento ágil com o CakePHP
2km Workshop: Desenvolvimento ágil com o CakePHP
 
Documentacion edderson callpa_ortiz
Documentacion edderson callpa_ortizDocumentacion edderson callpa_ortiz
Documentacion edderson callpa_ortiz
 

Viewers also liked

бг замечания по сайту
бг замечания по сайтубг замечания по сайту
бг замечания по сайту
fogelfraj
 
Analisis matematis pendugaan umur simpan benih cabai merah (capsicum annum l.)
Analisis matematis pendugaan umur simpan benih cabai merah (capsicum annum l.)Analisis matematis pendugaan umur simpan benih cabai merah (capsicum annum l.)
Analisis matematis pendugaan umur simpan benih cabai merah (capsicum annum l.)
Young Farmers
 
Case Study DENMARK’S LEADING LINER COMPANY IMPROVES SHIP-TO-SHORE COMMUNICATI...
Case Study DENMARK’S LEADING LINER COMPANY IMPROVES SHIP-TO-SHORE COMMUNICATI...Case Study DENMARK’S LEADING LINER COMPANY IMPROVES SHIP-TO-SHORE COMMUNICATI...
Case Study DENMARK’S LEADING LINER COMPANY IMPROVES SHIP-TO-SHORE COMMUNICATI...
Firman Firdani
 
Bioactive lipids, montreal sept 2007
Bioactive lipids, montreal  sept 2007Bioactive lipids, montreal  sept 2007
Bioactive lipids, montreal sept 2007
maafou20
 
J fashion
J fashionJ fashion
J fashion
Vitória Barros
 
Dr renzo
Dr renzoDr renzo
Dr renzo
Renzo Molinar
 
mechanism based inactivation by quinoneimine reactive metabolite
mechanism based inactivation by quinoneimine reactive metabolitemechanism based inactivation by quinoneimine reactive metabolite
mechanism based inactivation by quinoneimine reactive metabolite
Surendra Jatav
 
Caja roja obstetrica
Caja roja obstetricaCaja roja obstetrica
Caja roja obstetrica
isabel Alonso
 
Lead the Change Fall 2013 Presentation
Lead the Change Fall 2013 PresentationLead the Change Fall 2013 Presentation
Lead the Change Fall 2013 Presentation
Youth_Alliance
 
My five minutes bell
My five minutes bellMy five minutes bell
My five minutes bell
Janice Lopez Barajas
 
Beadify your Memories
Beadify your MemoriesBeadify your Memories
Beadify your Memories
Carolyn Dawn Good
 
Listening test rino26
Listening test rino26Listening test rino26
Listening test rino26
rinoarpa
 

Viewers also liked (14)

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

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>