$(function(){
	$('#floatingBar').css('top',5/10*$(window).height()-150);
	
	function nothing(){} 
	
	function changeLinkColor()
	{
		
	}
});
