$(document).ready(function(){
	
	window.setTimeout(function(){
		if (first) {$("#gbLeftBar").animate({left:"0px"},2000,null,"easeInOutQuad")};
	},1000);
	
	
	
})