✧⊱∿8∿⊰✧

(Source: ecstasy2002, via subprime2007)

Posted 9 years ago with 51,813 notes
  1. lawrence13 reblogged this from gunsnxrxses
  2. olddreamycabin reblogged this from subprime2007
  3. captivatingudune reblogged this from subprime2007
  4. 80sarabella reblogged this from gunsnxrxses
  5. sylveqs reblogged this from gunsnxrxses
  6. iwascoolonce reblogged this from gunsnxrxses
  7. gunsnxrxses reblogged this from m4r1n4-d14m0nd
  8. m4r1n4-d14m0nd reblogged this from subprime2007
  9. cazzadores reblogged this from jocundasykes
  10. jocundasykes reblogged this from subprime2007
  11. subprime2007 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