use one of the various insertion methods in the manipulation section og jQuery API
http://api.jquery.com/category/manipulation/There are examples and well documented descriptions for each method. Pick the one that best suits your page layout
would look at append() or prepend() as starting point
as for smooth display look at effects section of API
http://api.jquery.com/category/effects/fadeIn() or slideDown() good start points