Array URL problem

Hello Kirupians, I was hoping someone could tell me why my onRelease script causes the getURL to automatically load even if I havent clicked on my button.

The problem is that it getURL arry runs with out any user actions.

Here is the code

var Links = [“http://www.yahoo.com” , “http://www.cnn.com” , “http://www.kirupa.com” ]

b1.onRollOver = over;
b1.onRollOut = out;
b1.buttText.buttonText.text = “Portfolio”;
b1.onRelease = getURL(Links[0]);

Thanks in advance.