//------------------------------------------------------ // Watching Eyes Script (Second edition) // script by Virtual_Max // Please, check my site for latest edition of this script // http://www.geocities.com/siliconvalley/lakes/8620 // This script can be used/modified free without special permission // until this notice presents unchanged in all copies and derivatives. // MIE5, NN4, NN6 compatible //------------------------------------------------------ var mx=200; var my=200; var moving=true; var imw=80 // eyes bg image width var imh=40 // eyes bg image height var imey=20 // y coordinate of eyes center var imex1=20 // x coordinate of left eye var imex2=60 // x coordinate of right eye var rx; var ry; var eyetimer=null; var eyeballs,lefteye,righteye; function getById(id,o){ if(document.getElementById) return document.getElementById(id); if(document.all) return document.all[id] if(o==null) o=window.document; if(o.layers[id]){ return o.layers[id] } if(o.images[id]){ return o.images[id] } for(var i=0; i' if(href) s+='' s+='
' if(href) s+='' s+='' if(href) s+='' s+='
' if(href) s+='' s+='' if(href) s+='' s+='
'; document.writeln(s); if(document.layers) {window.captureEvents(Event.MOUSEMOVE); window.onMouseMove=myhandler; window.onresize=new Function('history.go(0)'); } else {document.onmousemove=myhandler;} movestart(); }