	var Fecha = new Date();

	alert "hola";

	if ((Fecha.getDay()>20 && Fecha.getMonth()=12)||(Fecha.getDay()<8 && Fecha.getMonth()=1)){
		if (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+'</div>');
			drop[make] = eval(ly+'drop'+make+st);
			maxx = document.body.clientWidth-40
			maxy = document.body.clientHeight-40
			xx[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
		}
	}
