(function(l){ var M=Math,ce,cx,cy,dx,dy,b,f,i,m,s,t=function(e,i){m=i; i=e.touches; return {x:i[0].pageX,y:i[0].pageY,z:i.length}}; for (i in s={ touchcancel:function(e){m=0}, touchstart:function(e){b=t(e,0)}, touchmove:function(e){f=t(e,1)}, touchend:function(e){if (b.z>1)return; ce=l.createEvent('CustomEvent'); ce.initCustomEvent(m?(M.max(dx=M.abs(cx=f.x-b.x),dy=M.abs(cy=f.y-b.y))>25?dx>dy?cx<0?'swl':'swr':cy<0?'swu':'swd':'fc'):'fc',true,true,b); e.target.dispatchEvent(ce);} }) l.addEventListener(i,s[i],false)})(document);