	window.addEvent("load", function(){
	var mrObj = new MooRevolver("album",{
					arrowLeft:"prev",
					arrowRight:"next",
                                        fade:true,
					yRadius : 10,
					pad : 60,
                    fxTransition : Fx.Transitions.Bounce.easeOut,
                    fxDuration : 1000
		});
        mrObj.getNext.periodical(2000, mrObj);
	});
