(function($){var animationTime=250;var animationDelay=100;$(function()
{$('#softhis-logo img').css('right','0px');$('#softhis-logo span').css('right','27px');$('#softhis-logo p').hide();$('#softhis-logo').hover(mouseOverHandler,mouseOutHandler);});function mouseOverHandler()
{$('#softhis-logo img').stop(true).animate({right:63,rotate:'-360deg'},animationTime);$('#softhis-logo span').stop(true).animate({right:90},animationTime);if($.support.opacity)$('#softhis-logo p').stop(true,true).delay(animationDelay).fadeIn(animationTime-animationDelay);else $('#softhis-logo p').delay(animationTime).show();}
function mouseOutHandler()
{$('#softhis-logo img').stop(true).animate({right:0,rotate:'0deg'},animationTime);$('#softhis-logo span').stop(true).animate({right:27},animationTime);if($.support.opacity)$('#softhis-logo p').stop(true,true).fadeOut(animationTime-animationDelay);else $('#softhis-logo p').hide();}})(jQuery);
