function Question() {
	var texte="Links to Web sites not under the control of the Government of Canada (GoC) ";
	texte+="are provided solely for the convenience of users. The GoC is not responsible ";
	texte+="for the accuracy, currency or the reliability of the content. The GoC does not ";
	texte+="offer any guarantee in that regard and is not responsible for the information found ";
	texte+="through these links, nor does it endorse the sites and their content. Users should ";
	texte+="be aware that information offered by non-GoC sites that are not subject to the ";
	texte+="Official Languages Act and to which the Bedford Institute of Oceanography links, ";
	texte+="may be available only in the language(s) used by the sites in question. \n\n";
	texte+="You are now leaving the Bedford Institute of Oceanography website. ";
	texte+="Do you wish to continue?";	
	return confirm (texte);
}