✧⊱∿8∿⊰✧

(Source: nigecha, via sleepgate)

Posted 6 years ago with 20,147 notes
  1. tenderilskeleton reblogged this from gavinreed
  2. whatishards reblogged this from senketsu-jutsu
  3. yavannamire reblogged this from nigecha
  4. nia9 reblogged this from gavinreed
  5. gavinreed reblogged this from psyberspryte
  6. sarcophagav reblogged this from psyberspryte
  7. psyberspryte reblogged this from heart-sick-dream
  8. only-moons reblogged this from chaos-n-hate
  9. sunflowersonyo reblogged this from born-to-rule-hell
  10. starphases reblogged this from pampukin
  11. kawaiinight20 reblogged this from heart-sick-dream
  12. scaredjellies reblogged this from asagao
  13. dntbotherlooking reblogged this from marilyn-beth
  14. brightestshad0w reblogged this from marilyn-beth
  15. chaos-n-hate reblogged this from heart-sick-dream
  16. cryyyybabe reblogged this from heart-sick-dream
  17. asm-k reblogged this from aksara-takberlagu
  18. deja-de-ser-imbecil reblogged this from heart-sick-dream
  19. aksara-takberlagu reblogged this from asagao
  20. sanagi-soul reblogged this from asagao
  21. latiasshark reblogged this from pampukin
  22. king-kai reblogged this from born-to-rule-hell
  23. nigecha posted this
©
/*********************************************** * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620) * Modified by Dynamic Drive for various improvements * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ //Step 1: Define unique variable names depending on number of flying images (ie:3): var flyimage1, flyimage2, flyimage3 function pagestart(){ //Step 2: Using the same variable names as 1), add or delete more of the below lines (60=width, height=80 of image): flyimage1=new Chip("flyimage1",80,117); flyimage2=new Chip("flyimage2",80,117); flyimage3=new Chip("flyimage3",80,117); //Step 3: Using the same variable names as 1), add or delete more of the below lines: movechip("flyimage1"); movechip("flyimage2"); movechip("flyimage3"); } if (window.addEventListener) window.addEventListener("load", pagestart, false) else if (window.attachEvent) window.attachEvent("onload", pagestart) else if (document.getElementById) window.onload=pagestart