$(document).ready(function(){
	 
	  $(".links_top").click(function(){
	$('html, body').animate({scrollTop:0},'slow');
	
}
)
 })
	 
	var name = ".menu_rechts";
	var menuYloc = null;
	
		$(document).ready(function(){
			menuYloc = parseInt($(name).css("top").substring(0,$(name).css("top").indexOf("px")))
			$(window).scroll(function () { 
				offset = menuYloc+$(document).scrollTop()+"px";
				$(name).animate({top:offset},{duration:1000,queue:false});
			});
		}); 
 jQuery(document).ready(function($){$('#tweets').tweetable({username: 'mediaartists_eu', time: false, limit: 1, replies: false, position: 'append'});

		})
		
		
