<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<style>
body{background-color:#FFFFFF}
A{color:Navy; text-decoration:none}
A:hover{color:red}
A:visited:{color:#808080}
TD{font-family:arial,helvetica; font-size:10pt}
DIV{font-family:arial,helvetica; font-size:10pt}
</style>
<script>
<!--
lstart=200
loop=true
speed=100
pr_step=5
var n = (document.layers) ? 1:0;
var ie = (document.all) ? 1:0;
function makeObj(obj,nest){
nest=(!nest) ? '':'document.'+nest+'.'
this.css=(n) ? eval(nest+'document.'+obj):eval(obj+'.style')
this.scrollHeight=n?this.css.document.height:eval(obj+'.offsetHeight')
this.up=goUp
this.obj = obj + "Object"
eval(this.obj + "=this")
return this
}
//Makes the layer slide up
function goUp(speed){
if(parseInt(this.css.top)>-this.scrollHeight){
this.css.top=parseInt(this.css.top)-pr_step
setTimeout(this.obj+".up("+speed+")",speed)
}else if(loop) {
this.css.top=lstart
eval(this.obj+".up("+speed+")")
}
}
//Calls the object constructor,makes the slide object and starts the sliding.
function slideInit(){
oSlide=makeObj('divNews','divCont')
oSlide.css.top=lstart
oSlide.up(speed)
}
//Start the sliding on page load.
onload=slideInit
-->
</script>
</head><body style="background-color: white;">
<br>
<br>
<br>
<br>
<div id="divCont" style="position: absolute; width: 300px; height: 150px; top: 150px; left: 170px; clip: rect(0pt, 300px, 150px, 0pt);">
<div id="divNews" style="position: absolute; top: 25px; left: 0px;">
<p>Ciao<br>
Io sono simone</p>
<p> wwwwwwwwwwwwwww wwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww
wwwwwwwwwwwwwwwww <br>
<br>
111111111111111111111111111111111111111wwwwwwwwwwwwww<br>
eeeeeeeeeeeeeeeeeee eeeeeeeeeeeeeeeee eeeeeeeeeeeeeeeeeeeeeeeeee eeeee<br>
22222222222222222222222222222222ffffffffff ffffffffffff
ffffffffff<br>
333333333333333333333333333ggggggggggggggggg gggggggggggggggggg gggggggg<br>
</p>
</div>
</div>
</body></html>