function offsitelinker(url, msg)
{
	var prompts = [];

	prompts["en"] = "You are leaving the Kinross Website and Kinross is not responsible for the content, accuracy or timeliness of the website to which you are being directed by this link.";
	
	prompts["twitter"] = "You are leaving the Kinross website and entering Twitter.com. Kinross is not responsible for the content, accuracy and timeliness of information on the Twitter.com website, other than tweets posted by @kinrossgold. Kinross is also not responsible for the content, accuracy and timeliness of information on any linked website on Twitter.com, other than www.kinross.com.";

	if(confirm(prompts[msg]))
	{
		window.open(url);
	}
}