Currently I have the following tag.
<a href="<!-- Random Link Here -->" target="_blank">Click Here</a>
However when a user visits my website from USA I'd like to show them a different a href
link than if his friend was to visit my website from another country, how can I go about doing this using only Javascript?