// JavaScript Document

 $(document).ready(function() {
	$("#info").hide().fadeIn(2000);
 });
