YAHOO.util.Event.onDOMReady(function(){var c=YAHOO.util.Dom;var b=YAHOO.util.Event;var a=YAHOO.util.Anim;b.addListener(window,"load",function(){var d="/i/images/screenshots/";var g=["iphone_1.png","iphone_2.png","iphone_3.png","iphone_4.png","iphone_5.png","iphone_0.png"];var f=230;if(c.hasClass(c.get("shotContainer"),"welcomeBack")){var g=["iphone_wb_1.png","iphone_wb_2.png","iphone_wb_3.png","iphone_wb_4.png","iphone_wb_5.png","iphone_wb_6.png","iphone_wb_0.png"];f=203}var k=c.get("animateShotTop");var j=c.get("animateShotImageTop");if(c.get("animateShotBase")&&c.get("animateShotTop")&&c.get("animateShotImageBase")&&c.get("animateShotImageTop")){var e=0;setInterval(function(){if(e==g.length){e=0}j.src=d+g[e];if(k.offsetHeight>100){var i={from:f,to:0};j=c.get("animateShotImageTop")}else{var i={from:0,to:f};j=c.get("animateShotImageBase")}var h=new a(k,{height:i},0.5,YAHOO.util.Easing.easeOut);setTimeout(function(){h.animate()},100);e++},3000)}})});