function _resetGL()
{
	var location = '/contact/index/globallocator';
	
	if (currentLanguage != '') {
		location = '/' + currentLanguage + '/contact/index/globallocator';
	}
	
	window.location = location;
}
