you are so correct. I upgraded fireboard last week and I guess that is an issue. I did see the word _link_ with an underscore elsewhere and paid no attention to it.
mootools.js
okay. You will want to delete the moolet module, it is not going to work. You are using a URL scheme that I have never seen and is to be honest against the HTTP protocal.
You do not have a functioning page called:
http://iluvtekno.com/_link_sBut rather one called:
http://iluvtekno.com//_link_sThere should only be two slashes after the HTTP but never two slashes further down your path here like you have in your site.
So with that the moolet will never find what it needs.
Also, even if you fixed the path it will not work as the moolet requires mootools 1.1 (file included) but you are including a mootools 1.0 file with pd_smoothgallery and that is outdated, and will wipe out the newer functions need for newer modules
sorry