IM/Send to a friend

Hey guys! Question for you. On my Flash movie, at the end, I have a link that says “IM/Send to a Friend”.

The code that I have on it is:

on (release) {
getURL(“javascript:send()”);
}

Is that all I need for it to work, or is there something else supposed to be in there for the IM/Send to a friend link to work?

Thanks