Hey all, I'm getting the error "statement must appear within on handler error" with the following code:

Code:
var newgrounds:String = "http://www.newgrounds.com/audio/";
on (release) 
{ 
    getURL(newgrounds, "_blank");
anybody know the problem? Thanks for help!