News:

Create A Forum Installed

Author Topic: Er..  (Read 699 times)

0 Members and 1 Guest are viewing this topic.

Offline dalton connelly

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • View Profile

Badges: (View All)
10 Posts Search Combination
Re: Er..
« on: September 18, 2012, 12:00:34 am »

Footers:
Code: [Select]
<script language="javascript">//Modified By DzinestaRif (document.all){drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array()ly = "document.all[\'"; st = "\'].style"for(make = 0; make < drops; make++){document.write('<div id="drop'+make+'" class=drop>'+sym+'<>');drop[make] = eval(ly+'drop'+make+st);maxx = document.body.clientWidth-40maxy = document.body.clientHeight-40xx[make] = Math.random()*maxx;yy[make] = -100-Math.random()*maxy;drop[make].left = xx[make]drop[make].top = yy[make]mv[make] = (Math.random()*5)+speed/4;drop[make].fontSize = (Math.random()*10)+20;if(snow){col = 'white'}else{col = 'blue'}drop[make].color = col;}window.onload=moverain}</script>
[/size]I think I know why now tho.. I facepalmed hard when I realized it.