| 
   
 | Rainy Drops Like me :)
 
 
Assalamualaikum 
Sarah Nak bagi Code Untuk Rainy Drops macam sarah ni 
sebab ade request dari akak farah syamimi 
Paste Bawah <head> 
 <script type="text/javascript">// <![CDATA[
 var speed=33; // lower number for faster
 var drops=100; // number of 'drops'
 var colour="#999"; // colour of drops (generally grey!)
 /***************************\
 *   Rainy Afternoon Effect  *
 * (c) 2011 mf2fm web-design *
 *  http://www.mf2fm.com/rv  *
 * DON'T EDIT BELOW THIS BOX *
 \***************************/
 var flks=new Array();
 var flkx=new Array();
 var flky=new Array();
 var fldy=new Array();
 var swide, shigh, boddie;
 window.onload=function() { if (document.getElementById) {
 var r1, r2;
 boddie=document.createElement("div");
 boddie.style.position="fixed";
 boddie.style.top="0px";
 boddie.style.left="0px";
 boddie.style.width="1px";
 boddie.style.height="1px";
 boddie.style.overflow="visible";
 boddie.style.backgroundColor="transparent";
 document.body.appendChild(boddie);
 set_width();
 for (var i=0; i<drops; i++) {
 flks[i]=createDiv(16, 2, "transparent");
 r1=createDiv(6, 2, colour);
 r1.style.top="10px";
 r1.style.left="0px";
 flks[i].appendChild(r1);
 r2=createDiv(10, 2, colour);
 r2.style.top="0px";
 r2.style.left="0px";
 if (navigator.appName=="Microsoft Internet Explorer") r2.style.filter="alpha(opacity=25)";
 else r2.style.opacity=0.25;
 flks[i].appendChild(r2);
 flkx[i]=2*Math.floor(Math.random()*swide/2);
 flky[i]=Math.floor(Math.random()*shigh);
 fldy[i]=2+Math.floor(Math.random()*4);
 flks[i].style.left=flkx[i]+"px";
 flks[i].style.top=flky[i]+"px";
 boddie.appendChild(flks[i]);
 }
 setInterval("cats_and_dogs()", speed);
 }}
 function createDiv(height, width, colour) {
 var div=document.createElement("div");
 div.style.position="absolute";
 div.style.height=height+"px";
 div.style.width=width+"px";
 div.style.overflow="hidden";
 div.style.backgroundColor=colour;
 return (div);
 }
 window.onresize=set_width;
 function set_width() {
 var sw_min=999999;
 var sh_min=999999;
 if (document.documentElement && document.documentElement.clientWidth) {
 sw_min=document.documentElement.clientWidth;
 sh_min=document.documentElement.clientHeight;
 }
 if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
 if (self.innerWidth<sw_min) sw_min=self.innerWidth;
 if (self.innerHeight<sh_min) sh_min=self.innerHeight;
 }
 if (document.body.clientWidth) {
 if (document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
 if (document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
 }
 if (sw_min==999999 || sh_min==999999) {
 sw_min=800;
 sh_min=600;
 }
 swide=sw_min-2;
 shigh=sh_min;
 }
 function cats_and_dogs(c) {
 var i, x, o=0;
 for (i=0; i<drops; i++) {
 flky[i]+=fldy[i];
 if (flky[i]>=shigh-16) {
 flky[i]=-16;
 fldy[i]=2+Math.floor(Math.random()*4);
 flkx[i]=2*Math.floor(Math.random()*swide/2);
 flks[i].style.left=flkx[i]+"px";
 }
 flks[i].style.top=flky[i]+"px";
 }
 }
 // ]]>
 </script>
 | Rainy Drops Like me :) 
 
Assalamualaikum 
Sarah Nak bagi Code Untuk Rainy Drops macam sarah ni 
sebab ade request dari akak farah syamimi 
Paste Bawah <head> 
 <script type="text/javascript">// <![CDATA[
 var speed=33; // lower number for faster
 var drops=100; // number of 'drops'
 var colour="#999"; // colour of drops (generally grey!)
 /***************************\
 *   Rainy Afternoon Effect  *
 * (c) 2011 mf2fm web-design *
 *  http://www.mf2fm.com/rv  *
 * DON'T EDIT BELOW THIS BOX *
 \***************************/
 var flks=new Array();
 var flkx=new Array();
 var flky=new Array();
 var fldy=new Array();
 var swide, shigh, boddie;
 window.onload=function() { if (document.getElementById) {
 var r1, r2;
 boddie=document.createElement("div");
 boddie.style.position="fixed";
 boddie.style.top="0px";
 boddie.style.left="0px";
 boddie.style.width="1px";
 boddie.style.height="1px";
 boddie.style.overflow="visible";
 boddie.style.backgroundColor="transparent";
 document.body.appendChild(boddie);
 set_width();
 for (var i=0; i<drops; i++) {
 flks[i]=createDiv(16, 2, "transparent");
 r1=createDiv(6, 2, colour);
 r1.style.top="10px";
 r1.style.left="0px";
 flks[i].appendChild(r1);
 r2=createDiv(10, 2, colour);
 r2.style.top="0px";
 r2.style.left="0px";
 if (navigator.appName=="Microsoft Internet Explorer") r2.style.filter="alpha(opacity=25)";
 else r2.style.opacity=0.25;
 flks[i].appendChild(r2);
 flkx[i]=2*Math.floor(Math.random()*swide/2);
 flky[i]=Math.floor(Math.random()*shigh);
 fldy[i]=2+Math.floor(Math.random()*4);
 flks[i].style.left=flkx[i]+"px";
 flks[i].style.top=flky[i]+"px";
 boddie.appendChild(flks[i]);
 }
 setInterval("cats_and_dogs()", speed);
 }}
 function createDiv(height, width, colour) {
 var div=document.createElement("div");
 div.style.position="absolute";
 div.style.height=height+"px";
 div.style.width=width+"px";
 div.style.overflow="hidden";
 div.style.backgroundColor=colour;
 return (div);
 }
 window.onresize=set_width;
 function set_width() {
 var sw_min=999999;
 var sh_min=999999;
 if (document.documentElement && document.documentElement.clientWidth) {
 sw_min=document.documentElement.clientWidth;
 sh_min=document.documentElement.clientHeight;
 }
 if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
 if (self.innerWidth<sw_min) sw_min=self.innerWidth;
 if (self.innerHeight<sh_min) sh_min=self.innerHeight;
 }
 if (document.body.clientWidth) {
 if (document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
 if (document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
 }
 if (sw_min==999999 || sh_min==999999) {
 sw_min=800;
 sh_min=600;
 }
 swide=sw_min-2;
 shigh=sh_min;
 }
 function cats_and_dogs(c) {
 var i, x, o=0;
 for (i=0; i<drops; i++) {
 flky[i]+=fldy[i];
 if (flky[i]>=shigh-16) {
 flky[i]=-16;
 fldy[i]=2+Math.floor(Math.random()*4);
 flkx[i]=2*Math.floor(Math.random()*swide/2);
 flks[i].style.left=flkx[i]+"px";
 }
 flks[i].style.top=flky[i]+"px";
 }
 }
 // ]]>
 </script>
 | a b o u t ; 
   Biography ; I'm sarah. Going Fiften on 271198 and school at SMK Dato'Abdul Rahman Yassin  . I love my bias, D.o and Lu han, both of them soo cutee. I wish i can fly to seoul . I want to meet my Lu han. I also love Lee Min ho, B1A4,EXO, BTS, Super Junior, Big Bang,U-Kiss,ZE:A,X-5,A-Prince,Boyfriend and Manymore. THANKS for READING , sorry if my english is so bad. I'm just a human being who makes mistakes.  
 
  Awesome Me for Sure 
 
 
Real Name : Siti Sarah Othman Nicknames : Sarah,Yomi,Lee.
 Age : 15 years old
 Birthday : 27 November 1998
 Blood Type : B
 same with Xiu Min Height : 158cm
 Nationality : Malaysian
 Religion : Islam
 Race : Malay
 Languages : Malay, English, a little Korean.
 Dreams : Doctor,Teacher,Graphic designer or
 an idol
 s t u f f ; 
  Rainy Drops
soon
Cara Nak Letak Lagu
Cara hilangkan Right click
soon
soon
 b i a s ; 
  
 
  | 
 
Chanyeol | 
 
Chen | 
 
Baek Hyun | 
 
Sehun |  
  | 
 
D.o | 
 
Lay | 
 
Suho | 
 
Kai |  |  |  |