Any one can HELP

am starter to Falsh and am having problem with buttons, i got a templates and i can not edit the button cod
the code is:
on (rollOver) {
gotoAndStop(2);
play();
}
on (releaseOutside, rollOut) {
gotoAndStop(16);
play();
}
on (release) {
if (_root.b != 1 and _root.m != 1) {
_root.pag.gotoAndPlay(“start”);
_root.fotos.play();
_root.b = 1;
}
}

and i want to add:

_root.getURL(“http.kirukacom”, “self”);

where to add it???:q: