$(document).ready(function(){	
$(".btn-site").click(function(){
			page=$(this).attr("id");
			if(page==""){}else{
				page=$(this).attr("id");
				if(page==""){}else{
					window.location.hash = '#'+page;
				}
				return false;
			}
		});
});
