//<![CDATA[
if (jQuery.cookie('glang') && jQuery.cookie('glang') != 'en')
	jQuery(function($){$('body').translate('en', $.cookie('glang'), {toggle:true, not:'.notranslate'});});

function doGTranslate(lang_pair)
	{
	if(lang_pair.value)
		lang_pair=lang_pair.value;
	var lang=lang_pair.split('|')[1];
	jQuery.cookie('glang', lang, {path: '/'});
	jQuery(function($){$('body').translate('en', lang, {toggle:true, not:'.notranslate'});});
	}
//]]>
