This is boggling to me! I had a jQuery carousel working just perfectly as an HTML page (see jtroll.com/chd/web/index_jq.html ), but when porting over to WordPress to actually make the site go live, it disappeared completely: See here.
What can I do to get that jQuery carousel back?
Your WordPress page has the JavaScript, but not the HTML for the carousel. There is no element with id “slideblock” on that page to apply the carousel effects to.
You also have a few possibly-unrelated JavaScript errors you should fix. If you use Firefox, get the Firebug plugin to debug it. If you use Chrome, use the built-in JavaScript console.