Uncaught exception: TypeError: '$('.rotate').cycle' is not a function
Right now you are including jQuery and your extension for cycling the images before the Concrete5 header content. Concrete5 already includes jQuery, so it probably is redefining jQuery without your extension.
Put your scripts after the C5 header include (not before), and don't load up jQuery from Google, since Concrete already includes jQuery, and see if that helps
Uncaught exception: TypeError: '$('.rotate').cycle' is not a function
Right now you are including jQuery and your extension for cycling the images before the Concrete5 header content. Concrete5 already includes jQuery, so it probably is redefining jQuery without your extension.
Put your scripts after the C5 header include (not before), and don't load up jQuery from Google, since Concrete already includes jQuery, and see if that helps