// fuzzimo.com - film frames 01
jQuery(function() {
		jQuery("#playBTN1").fadeIn(1000);
		jQuery('body').append('<div id="black1"></div>');
		jQuery("#playBTN1").click(function(){						
					jQuery("#loadframes1").show();
					jQuery("#playBTN1").fadeOut(1);
					jQuery("#black1").fadeIn(500);
					jQuery('#frames1').load('http://www.fuzzimo.com/wp-content/uploads/2011/08/frames.html', function(){
					jQuery('<img/>').attr('src', 'http://fuzzimo.com.s3.amazonaws.com/uploads/2011/08/fzm-frames-1.jpg').load(function(){
						jQuery("#framesimg1").hide();
						jQuery("#loadframes1").hide();
		   				jQuery('#frames1 div').css("background-image", "url(http://fuzzimo.com.s3.amazonaws.com/uploads/2011/08/fzm-frames-1.jpg)");	

					var ResetInterval = setInterval(function(){ 
						jQuery("#stopBTN1").fadeIn(1000);
						jQuery('#frames1 div:first').fadeOut(1).next().fadeIn(1).end().appendTo('#frames1');
						jQuery("#stopBTN1").click(function(){
							clearInterval(ResetInterval),
							jQuery("#frames1").empty();
							jQuery("#framesimg1").show();
					  		jQuery("#stopBTN1").hide();
					  		jQuery("#playBTN1").show();
					  		jQuery("#black1").fadeOut(500);
					  		return false;
						});					  
						if (jQuery("#last").is(":visible")){
					  		clearInterval(ResetInterval),
					  		jQuery("#frames1").empty();
							jQuery("#framesimg1").show();
					  		jQuery("#stopBTN1").hide();
					  		jQuery("#playBTN1").delay(1500).fadeIn(1000);
					  		jQuery("#black1").fadeOut(1500);					  	
						};					  
					  
					}, 60);					
					});	
					});
					return false;				
		});		
});
