// JavaScript Document
		function xxx() {
			var box1=$('#41');
			var box2=$('#42');
			
			box1.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			box2.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			setTimeout("xxx()",Math.random()*20000);
		};
		
		$('#42').animate({
			height: 'toggle',
			width: '100px'
		});		
		
		
		function xxx11() {
			var box1=$('#111');
			var box2=$('#112');
			
			box1.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			box2.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			setTimeout("xxx11()",Math.random()*20000);
		};
		
		$('#112').animate({
			height: 'toggle',
			width: '100px'
		});
		
		function xxx14() {
			var box1=$('#141');
			var box2=$('#142');
			
			box1.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			box2.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			setTimeout("xxx14()",Math.random()*20000);
		};
		
		$('#142').animate({
			height: 'toggle',
			width: '100px'
		});		
		
		function xxx17() {
			var box1=$('#171');
			var box2=$('#172');
			
			box1.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			box2.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			setTimeout("xxx17()",Math.random()*20000);
		};
		
		$('#172').animate({
			height: 'toggle',
			width: '100px'
		});	
		function xxx18() {
			var box1=$('#181');
			var box2=$('#182');
			
			box1.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			box2.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			setTimeout("xxx18()",Math.random()*20000);
		};
		
		$('#182').animate({
			height: 'toggle',
			width: '100px'
		});	
		function xxx19() {
			var box1=$('#191');
			var box2=$('#192');
			
			box1.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			box2.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			setTimeout("xxx19()",Math.random()*20000);
		};
		
		$('#192').animate({
			height: 'toggle',
			width: '100px'
		});			
		
		function xxx20() {
			var box1=$('#121');
			var box2=$('#122');
			
			box1.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			box2.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			setTimeout("xxx20()",Math.random()*20000);
		};
		
		$('#122').animate({
			height: 'toggle',
			width: '100px'
		});		
		
		function xxx21() {
			var box1=$('#31');
			var box2=$('#32');
			
			box1.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			box2.animate({
				height: 'toggle',
				width: '100px',
				speed: 'slow'
			});
			setTimeout("xxx21()",Math.random()*20000);
		};
		
		$('#32').animate({
			height: 'toggle',
			width: '100px'
		});		
		
		setTimeout("xxx()",Math.random()*20000);
		setTimeout("xxx11()",Math.random()*20000);
		setTimeout("xxx14()",Math.random()*20000);
		setTimeout("xxx17()",Math.random()*20000);
		setTimeout("xxx18()",Math.random()*20000);
		setTimeout("xxx19()",Math.random()*20000);
		setTimeout("xxx20()",Math.random()*20000);
		setTimeout("xxx21()",Math.random()*20000);