Switching the current song in iTunes

Hi, how do i go about about switching the current song in iTunes, currently i got this, but it doesn’t seem to work

tell application "iTunes"
    play "Song Name"
end tell

I know the song name part should be a reference to the track but i’m unsure on how they work.

Thanks

Tom

Try:

Jon


[This script was automatically tagged for color coded syntax by Convert Script to Markup Code]