jQuery.easing = {
    linear: function( p ) {
        return p;
    },
    swing: function( p ) {