ok.. trovato come posizionarlo...

--------------------------------------------

<HTML><HEAD><TITLE>Dynamic HTML - dimostrazione pratica</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY vLink=blue>

<SCRIPT language=JavaScript1.2>

var marqueewidth=350
var marqueeheight=54
var speed=6

var marqueecontents='[img]panda.jpg[/img]'

if (document.all)
document.write('<marquee scrollAmount='+speed+'behavior=slide direction=right hspace=100 vspace=200 style="width:'+marqueewidth+'">'+marqueecontents+' </marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.w rite('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.c lose()
thelength=document.cmarquee01.document.cmarquee02. document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=the length*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqu eewidth
scrollit()
}
}

window.onload=regenerate2
</SCRIPT>
<ILAYER name="cmarquee01" height="&amp;{marqueeheight};"
width="&amp;{marqueewidth};"><LAYER
name="cmarquee02"></LAYER></ILAYER></BODY></HTML>
--------------------------------------------------------

adesso come si fa a farlo attendere per tot secondi e tornare indietro? HELP