interesting issue jquery 2 popup forms, 1 opens, 2 close

interesting issue jquery 2 popup forms, 1 opens, 2 close

Hi there, pretty new to jquery but programmer none the less. On one of our websites I put a tell a friend pop up form that pre-populated from a php function. Then I decided I wanted people to be able to nominate friends/family etc. I duplicated the tellafriend.js, php function, css, and basically anything else necessary. Changed all the titles from tellafriend to nominate and even changed the "close" function name in the second one.

What's happening is if I open the tellafriend form then close it the box fades out to the nominate form. It's as though it's loading the opposite form on close. I've looked everywhere and can't figure out why. And now when I click on tell a friend button the nominate form pops up.

The two are obviously conflicting, is there a no_conflict() or something i can use???