What's wrong with this script?

(MX)

on (release) {
}
function doneDelay(){
_root.contents.loadMovie(“locations.swf”);
clearInterval(delay);
}
delay = setInterval(doneDelay, 1000);
}