window.onload=function(){ var imgMotion=(function(){var animObject=function(obj){var tmpImg=new Image();tmpImg.src=obj.src;obj.size=[tmpImg.width,tmpImg.height];delete tmpImg;return{"obj":obj,"x":function(x){if(typeof x=="undefined"){return obj.offestLeft-obj.offsetWidth/2}obj.style.left=x-obj.offsetWidth/2+"px"},"y":function(y){if(typeof y=="undefined"){return obj.offestTop-obj.offsetHeight/2}obj.style.top=y-obj.offsetHeight/2+"px"},"size":function(s){if(typeof s=="undefined"){return[obj.offsetWidth,obj.offsetHeight]}if(obj.offsetWidth!=Math.ceil(obj.size[0]*s/100))obj.style.width=Math.ceil(obj.size[0]*s/100)+"px";if(obj.offsetHeight!=Math.ceil(obj.size[2]*s/100))obj.style.height=Math.ceil(obj.size[1]*s/100)+"px"}}};return function(element,path){this.animObj=new animObject(element);this.animPath=path;this.timeout=30;this.waitSteps=30;var self=this;var step=0;var interval=undefined;var ie6=(navigator.appVersion.indexOf('IE 6.0')>-1);this.start=function(){step=0;if(ie6)self.animObj.size(100);interval=setInterval(self.nextStep,self.timeout)};this.nextStep=function(){if(!ie6)self.animObj.size(self.animPath[step][2]);self.animObj.x(self.animPath[step][0]);self.animObj.y(self.animPath[step][1]);if(++step==self.animPath.length){clearInterval(interval);if(ie6)self.animObj.size(0);setTimeout(self.start,self.waitSteps*self.timeout)}};return this}})(); var blick1=new imgMotion(document.getElementById('blick1'),Array([50,70,0],[45,71,40],[40,73,50],[34,74,60],[30,77,65],[25,78,73],[20,80,77],[15,84,83],[10,88,87],[9,92,90],[10,94,94],[15,97,96],[20,99,99],[25,101,100],[30,102,100],[40,103,100],[45,104,100],[55,105,100],[60,106,100],[70,106,100],[75,106,100],[85,106,100],[90,106,100],[100,106,100],[105,106,100],[115,106,100],[120,106,100],[130,105,100],[135,105,100],[145,105,100],[150,104,100],[160,104,100],[165,104,100],[170,103,100],[175,102,100],[180,102,100],[185,101,100],[190,101,100],[195,101,100],[200,100,100],[205,99,100],[210,99,100],[215,98,100],[220,97,100],[225,96,100],[230,96,100],[235,95,100],[240,94,100],[245,94,100],[250,93,100],[255,92,100],[260,91,100],[265,90,100],[270,89,100],[275,88,100],[280,86,100],[285,85,100],[290,84,100],[295,82,100],[300,81,100],[305,79,100],[310,78,100],[315,75,98],[320,73,95],[323,72,93],[325,70,90],[328,68,87],[330,66,84],[330,62,80],[328,60,78],[325,58,73],[320,56,70],[315,54,68],[310,53,63],[305,52,60],[300,51,58],[295,51,53],[290,50,50],[285,50,48],[280,49,43],[275,49,30],[270,48,0]));blick1.start(); }