$(document).ready(function(){
	
	// sociallinks
	$("#socialLinks li").hover(function(){
		var what = $(this).attr("rel");
		$("#tooltip").text(what);
	});
});
