//=ary.length) pos=0; } function fncChgImg(imgSrc) { cnt++; if((cnt%2)==0) { $('#ig0').fadeOut(2000); $('#ig1').attr('src',imgSrc).fadeIn(2000); } else { $('#ig1').fadeOut(2000); $('#ig0').attr('src',imgSrc).fadeIn(2000); } } function fncShow() { $('#ig').attr('src',cimg).fadeIn('slow'); } function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } document.onfocusin=bluring; //]]>