Hi,
you can do a console.log call to see if it's getting the onclick handler. Try this:
onclick="_gaq.push(['_link', 'http://www.jedzebel-ecogirl-hatagirl.com]); console.log('clicked!'); return false;"
This will print a "clicked!" message in the console when the link is clicked. To see it bring up the console (press F12) and now it should output that message when the link is clicked.
Remember to remove that console.log call afterwards.