	function Question() {
		var texte="You are now leaving the Canadian Space Agency website. ";
		texte+="Please be advised that the legislation and policy governing Government of Canada websites, ";
		texte+="including official language requirements, do not apply beyond this point. ";
		texte+="Do you wish to continue?";	
		return confirm (texte);
	}
