1) Script Titleynamic Ajax Content

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm

3) Describe problem: Ok, im using scriptaculous fades with this script and what I want it to do is to fade out the div, load the content with dynamic ajax content then fade in the new content.
Heres what I got

<a onlcick=new Effect.Fade(footer);ajaxpage('web.html', 'footer');new Effect.Appear(footer);>

but its just not working right, any suggestions?