Help introtemplates

Hi today is my first day in this forum.
But I need help with intro-templates.
I just buy introtemplates,I add photo and change the tex,now my problem is when I try to put geturl I dont no in what possition can I add the actionscipt because it coming with actionscript to the end stop();gotoandplay(start);
when I put my script
stop();
seconds = 5;
wait = function () {
getURL(“nombre.html”, “_self”);
clearInterval(a);
};
a = setInterval(wait, seconds*1000);
my url is open immediately
Ichange the seconds for minutes and is the same.
please help me.
Thanks