// JavaScript Document
function goToMotocaddy(){
	if(confirm('You will now be transferred to the Motocaddy website. Press OK to continue or Cancel to stay on Easy Golf.')) { 
		window.location = 'http://www.motocaddy.com/motocaddy-electric-golf-trolleys?partner=1930'; 
	} else {
		return false;
	}
}