URL for rating or purchase

I cant seem to find exactly the right answer on this and I just want to make sure it is right.

I use the following link to get to the itunes page for the app, but i am not sure if it will always bring them to the US version or if it just opens in whatever the local settings are.

Application.OpenURL(“http://itunes.apple.com/us/app/bunny-popper/id490447459?ls=1&mt=8”);

thanks in advance,
C

Pretty sure it opens up their local version, but not 100%. Changing the URL to http://itunes.apple.com/app/bunny-popper/id490447459 should guarantee it though.