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=2,phase=0,lightstrength=20)  blur() flipv()">')
}
//window.onload=f1
