//add click event to the "add section" link
$('add_section').addEvent('click', function(event) {
<a href="#" id="makeRequest">Load text</a>
Sorry, I left that bit in there by accident. I have taken it out now, but it still doesn't work.
View attachment 168880
May I ask what Software you are using / how you are checking for errors in the code ?
Firefox is my main browser and under the Tools menu there's an option for Error Console (Safari has this as well as most browsers do). I also use the Console^2 add-on, which makes it slightly more powerful. That's all I used here, but I also use the Web Developer Toolbar add-on frequently when helping on this type of problem as well as Firebug.