There are slightly less than a billion similar questions on SO, with about the same number of reasons for the error. I just don't seem to find mine.
Kwicks accordian and the jQuery Easing plugin have been working for some time on my site and I'm unaware of any change that I have made that would cause them to misbehave:
http://donmorris.com
My console is showing two errors as I move my mouse over the accordian:
Uncaught TypeError: Object #<Object> has no method 'easeOutCubic'
Uncaught TypeError: Property 'undefined' of object #<Object> is not a function
These seem to point to jquery.easing.js not being loaded, but that doesn't seem to be the case. Could someone here with sharper eyes please point out my mistake?