iTunes 用のシンプルな国際ストアを作成しようとしています。
set country to (choose from list {"US", "CA", "UK"} with prompt "What country?")
if country = "US" then
tell application "iTunes"
activate
open location "itmss://itunes.apple.com/WebObjects/MZStore.woa/wa/switchToStoreFront?storeFrontId=143441"
end tell
end if
US をクリックしても、iTunes では何もしません。私は何を間違っていますか?