I'm sure this is going to take you 2 seconds to answer I am getting this error message:

1151: A conflict exists with definition listenerObject in namespace internal.
Description: var listenerObject:Object = new Object();

This is my overall code:

var listenerObject:Object = new Object();
listenerObject.onLoadInit = function(target_mc:MovieClip) {
target_mc.onRelease = function() {
getURL("http://www.nationalrentalaffordabilityscheme.net.au/default.aspx?page=AboutUs", "_blank");
};
};



What am I doing wrong?