var $j = jQuery.noConflict();




$j('#center').ready(function () {
    $j('#center').fadeIn("slow");

  });




$j(function(){
	$j('#move').click(function(){
		$j('#trialentrytext').slideup();					   
	});			   
});

