2011-06-11, 08:59 PM
You've got 4 javascript errors on your page:
You've basically just added too many javascript files and they can't all work together. Your only real option is to remove them all and add them back one by one until you find which one is breaking it.
Uncaught TypeError: object is not a function
Uncaught TypeError: object is not a function
Uncaught TypeError: Object [object DOMWindow] has no method 'addEvent'
Uncaught TypeError: Cannot call method 'init' of null
You've basically just added too many javascript files and they can't all work together. Your only real option is to remove them all and add them back one by one until you find which one is breaking it.