Noob URL button question

Hi there flashfolk I’m trying to create a flash banner with URL buttons for a html site but I’ve come acropa and can’t figure out why.

Here is my code

btn1.addEventListener(MouseEvent.MOUSE_UP, goLayersSite);

function goLayersSite(Event:MouseEvent):void {

var layersURL:URLRequest = new URLRequest(”http//www.uvreactive.com”);
navigateToURL(layersURL);

}

but why am I getting 2 syntax errors on the URL line?

Thanks for helping this noob out :slight_smile: