var kKeyframeRule=window.CSSRule.WEBKIT_KEYFRAMES_RULE;var AnimationManager=Class.create({initialize:function(){this.styleSheet=document.styleSheets.item(0);this.ruleNumber=0;this.createdAnimations=new Object()},findAnimation:function(b){debugMessage(kDebugAnimationManager_FindAnimation,"looking for '"+b+"', there are "+this.styleSheet.cssRules.length+" rules on the sheet");var d;var a=this.styleSheet.cssRules.length;for(d=0;d