<!--Change following reflection image to your own-->
<img id="reflect" src="reflect.jpg">
<br>
<script language="JavaScript1.2">/*
Image reflection script (Submitted by Savio, [email protected])
Permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/function f1(){
setInterval("mdiv.filters.wave.phase+=10",100);
}if (document.all){
document.write('<img id=mdiv src="'+document.all.reflect.src+'" style="filter:wave(strength=3,freq=3,phase=0,lightstrength=30)  blur() flipv()">')
window.onload=f1
}</script>