var w=-250
var l=-250
var s=-250
var t=-250
var p=-250
var y=-250
var o=-250
var a=-250
var e=-250
var c=-250
var h=-250
var u=-250
var f=-250
var i=-250
var b=-250
var g=-250
var n=-250

var speed= 15
var intHide

function drop_words()
{
	clearInterval(intHide)
	intShow=setInterval('show_when()',10)
	setTimeout("intShow=setInterval('show_life()',10)", 400)
	setTimeout("intShow=setInterval('show_seems()',10)", 800)
	setTimeout("intShow=setInterval('show_to()',10)", 1200)
	setTimeout("intShow=setInterval('show_split()',10)", 1600)
	setTimeout("intShow=setInterval('show_your()',10)", 2000)
	setTimeout("intShow=setInterval('show_world()',10)", 2400)
	setTimeout("intShow=setInterval('show_apart()',10)", 2800)
	setTimeout("intShow=setInterval('show_we()',10)", 3200)
	setTimeout("intShow=setInterval('show_can()',10)", 3600)
	setTimeout("intShow=setInterval('show_help()',10)", 4000)
	setTimeout("intShow=setInterval('show_put()',10)", 4400)
	setTimeout("intShow=setInterval('show_the()',10)", 4800)
	setTimeout("intShow=setInterval('show_pieces()',10)", 5200)
	setTimeout("intShow=setInterval('show_back()',10)", 5600)
	setTimeout("intShow=setInterval('show_together()',10)", 6000)
	setTimeout("intShow=setInterval('show_again()',10)", 6400)
}
function show_when()
{
if (w<0)
	{
	w=w+speed
	document.getElementById('when').style.top=w
	}
}
function show_life()
{
if (l<0)
	{
	l=l+speed
	document.getElementById('life').style.top=l
	}
}
function show_seems()
{
if (s<0)
	{
	s=s+speed
	document.getElementById('seems').style.top=s
	}
}
function show_to()
{
if (t<0)
	{
	t=t+speed
	document.getElementById('to').style.top=t
	}
}
function show_split()
{
if (p<0)
	{
	p=p+speed
	document.getElementById('split').style.top=p
	}
}
function show_your()
{
if (y<0)
	{
	y=y+speed
	document.getElementById('your').style.top=y
	}
}
function show_world()
{
if (o<0)
	{
	o=o+speed
	document.getElementById('world').style.top=o
	}
}
function show_apart()
{
if (a<0)
	{
	a=a+speed
	document.getElementById('apart').style.top=a
	}
}
function show_we()
{
if (e<0)
	{
	e=e+speed
	document.getElementById('we').style.top=e
	}
}
function show_can()
{
if (c<0)
	{
	c=c+speed
	document.getElementById('can').style.top=c
	}
}
function show_help()
{
if (h<0)
	{
	h=h+speed
	document.getElementById('help').style.top=h
	}
}
function show_put()
{
if (u<0)
	{
	u=u+speed
	document.getElementById('put').style.top=u
	}
}
function show_the()
{
if (f<0)
	{
	f=f+speed
	document.getElementById('the').style.top=f
	}
}
function show_pieces()
{
if (i<0)
	{
	i=i+speed
	document.getElementById('pieces').style.top=i
	}
}
function show_back()
{
if (b<0)
	{
	b=b+speed
	document.getElementById('back').style.top=b
	}
}
function show_together()
{
if (g<0)
	{
	g=g+speed
	document.getElementById('together').style.top=g
	}
}
function show_again()
{
if (n<0)
	{
	n=n+speed
	document.getElementById('again').style.top=n
	}
}
