mounting a second share point Mac OS X

I know how to mount one share point .

tell application “Finder”
mount volume “afp://user:pass@server_address/sharepoint”
end tell

But how do you mount a second share point on the same server in the same script ? I like to run the script that runs on login that mounts both share points. I could click and hold it on the dock to launch on login.