Changing WordPress URL breaks some jquery functions

There are PHP errors and notices in your scripts invalidating the JavaScript code:

http://www.foxterrier.com/wp-content/themes/shape/smooths/getimages.php

<b>Deprecated</b>:  Function eregi() is deprecated in <b>/home/foxterrier/public_html/wp-content/themes/shape/smooths/getimages.php</b> on line <b>13</b><br />
smootharray[0]="004.jpg";<br />

Plus, you are loading jQuery too late. Read wp_enqueue_script() and how to handle dependencies (the third parameter).