(function(){
	var tab = '\n\
		<div id="tab_esocial" style="position:fixed;top:400px; left:0;width:59px;height:347px;background:url(\'/public/images/tab.png\')top left no-repeat">\n\
		<a href="http://social.economico.pt/" style="display:block;width:51px;height:170px;margin-top:8px">\n\
		</a>\n\
		<a id="tab_esocial" href="http://mytable.economico.pt/" style="display:block;width:51px;height:163px;">\n\
		</a>\n\
		</div>\n\
	';
	
	$(function(){
		$('#mainwrapper2').before(tab);
		setTimeout(hide_tab, 30*1000);
	})
	function hide_tab(){
		$('#tab_esocial').animate(
			{'left':-200},
			2000
		);
	}
})(jQuery162)
