// JavaScript Document

$(function(){
$('#body').hide().fadeIn(2000);
});

$(function(){
$('#body2').hide().fadeIn(2000);
});