var $j = jQuery.noConflict();

$j(function()
{
	//jQuery.easing.def = "easeOutBack";
	$j("#edomko").delay( 500 ).animate( { top: '-53' }, 500 , 'easeOutBack' );
});
