	  $(document).ready(function(){
	    $('#target').fold({side: 'right', directory: 'turn'});
			
			var valor = $("body").innerHeight();
			var valor2 = $("#turn_wrapper").height();
						
			/* $("body").css('position', 'relative');
			$("#turn_wrapper").css('bottom', '0px'); */
	  });