var $j = jQuery.noConflict();

$j(function() {
	$j('body.home #logo').delay(300).fadeIn(2000);
	$j('#homeMid .photo').delay(700).fadeIn(3000);
});

