<html>
<head>
<script type = "TEXT/JAVASCRIPT" LANGUAGE = "JAVASCRIPT">
function doShadow(newDiretction){
if (document.all && newDiretction < 360) {
newDiretction += 10
document.all.dropText.style.filter="shadow(direction=" +
newDiretction + "<img border="0" src="Http://mihanblog.com/Yahoo/3.Gif">"
setTimeout("doShadow(" + newDiretction + "<img border="0" src="Http://mihanblog.com/Yahoo/3.Gif">" , 100)
}
}
</script>
<STYLE TYPE="TEXT/CSS">
#dropText {width: 500px; height: 100px; filter:
shadow(direction=90)}
</STYLE>
</head>
<body>
<DIV ID="dropText">
iran java script bank
</DIV>
</body>
</html>