You have two errors:
1. You must add your jQuery custom code after the code added by the plugin, or it will have no effect.
2. Your code was broken, it is missing jQuery function. You have this in your page:
[scode lang=”javascript”][/scode]
It should be:
[scode lang=”javascript”][/scode]
Milan