$(function(){
	$('#user_tabnav').html("");
	$('#dynamic_buttons').html("");
	
	$("#top_tools #icons .tplinks").hover(function(){
		//console.log(this.alt);
		$('#info_msg').html(this.alt);
	},function(){
		$('#info_msg').html("");
	});
});