Сверху падают буквы и выкладываются в приветствие
<!--plaats onderstaande code in de body --> <script language="javascript">
<!-- www.javascripte.org -->
for (i=0; i<22; i++) {
document.write("<style type='text/css'>#t"+i+"{ position: absolute; left: 0px; top: 0px;}<\/style>\n")
}
</script>
<body onLoad="bounce()">
<!--plaats onderstaande code in de body -->
<script language="javascript">
txt="*Я рада вас видеть!*"
var f=new Array("f00018","f00018","f00018","f00018","f00018","f00018","f00018","f00018","f00018","f00018","f00018","f00018","f00018","f00018","f00018" ,"f00018","f00018","f00018","f00018","f00018","f00018","f00018")
anzahl=txt.length
for (i=0; i<anzahl; i++) {
document.write("<div id='t"+i+"'>\n")
document.write("<center><font size=+4><font color=\"#"+f[i]+"\">"+txt.substr(i,1)+"<\/font><\/font><\/center>\n")
document.write("<\/div>\n")
}
w=90
w1=0
sc1=0, sc2=0
lay=new Array()
x=new Array()
y=new Array()
st=new Array()
radius=new Array()
w=new Array()
w1=new Array()
ns4up = (document.layers) ? 1 : 0;
ie4up = (document.all) ? 1 : 0;
if (ns4up) {
hoehe = self.innerHeight+window.pageYOffset;
} else if (ie4up) {
hoehe = document.body.clientHeight;
breite = document.body.clientWidth;
}
hoehe=hoehe-50
function bounce() {
for (i=0; i<anzahl; i++) {
lay[i]= document[document.all ? "all" : "layers"]["t"+i]
x[i]=-(anzahl/2)*20+i*20
y[i]=0
w[i]=90
w1[i]=Math.random()*5+2
radius[i]=hoehe
}
st=Math.PI/180
for (i=0 ; i<anzahl; i++) {
if (ns4up) {
lay[i].top=y[i]
lay[i].left=x[i]
}
if (ie4up) {
lay[i].style.pixelTop=y[i]
lay[i].style.pixelLeft=x[i]+breite/2
}
}
if (ns4up) {ns()}
if (ie4up) {ie()}
}
function ns() {
sc2=sc1
sc1=window.pageYOffset
for (i=0; i<anzahl; i++) {
w[i]=w[i]+w1[i]
radius[i]=(radius[i]*(1-Math.random()/25))+(sc2-sc1)
y[i]=hoehe-Math.abs(Math.sin(w[i]*st)*radius[i])
lay[i].top=y[i]+window.pageYOffset
}
setTimeout("ns()",10)
}
function ie() {
sc2=sc1
sc1=document.body.scrollTop
for (i=0; i<anzahl; i++) {
w[i]=w[i]+w1[i]
radius[i]=(radius[i]*(1-Math.random()/25))+(sc2-sc1)
y[i]=hoehe-Math.abs(Math.sin(w[i]*st)*radius[i])
lay[i].style.pixelTop=y[i]+document.body.scrollTop
}
setTimeout("ie()",10)
}
<!--plaats onderstaande code in de body -->
</script>
<!--Ende des Scripts-->