function rightMenuAnimation(){
				$("div#right_content_animation").animate({
					'margin-top': '-70px',
				},"slow", 'linear' ).animate({
					'margin-top': '-70px',
				},5000, 'linear' ).animate({
					'margin-top': '-140px',
				},"slow", 'linear' ).animate({
					'margin-top': '-140px',
				},5000).animate({
					'margin-top': '-210px',
				},"slow", 'linear' ).animate({
					'margin-top': '-210px',
				},5000).animate({
					'margin-top': '-280px',
				},"slow", 'linear' ).animate({
					'margin-top': '-280px',
				},5000).animate({
					'margin-top': '-350px',
				},"slow", 'linear' ).animate({
					'margin-top': '-350px',
				},5000).animate({
					'margin-top': '-420px',
				},"slow", 'linear' ).animate({
					'margin-top': '-420px',
				},5000).animate({
					'margin-top': '0px',
				},1, 'linear', function() {
					rightMenuAnimation();
					}
				);
}
