function aniEnd(obj,fn){
	obj.addEventListener("webkitAnimationEnd",fn,false);
	obj.addEventListener("animationend",fn,false);
}