Function as variable property?

contactButton_mc.contentLoadTarget = loadContactForm();

How do you write this code so it works and doesn’t run the funtion? I want to associate the function with the button so I can load it dynamically with event.currentTarget. Played with storing the funtion in a another variable but wasn’t sure how to do that either :-S. Any help would be appreciated.