if (document.getElementById||document.all)
var crossheader=document.getElementById? document.getElementById("flyintann").style : document.all.flyintann.style

function animatein(){
if (parseInt(crossheader.right)<0)
crossheader.right=parseInt(crossheader.right)+20
else{
crossheader.right=0
crossheader.fontStyle="normal"
clearInterval(start)
}
}
if (document.getElementById||document.all)
start=setInterval("animatein()",40)