if(top.location!=self.location)
	top.location=self.location;

window['_tipoff']=function(){};

window['_tipon']=function(a){};

function doTranslate(lang_pair) 
{
	if(lang_pair.value)
		lang_pair=lang_pair.value;
	if(window.location.hostname=='www.iceland-hunting.dev3.dacoda.com' && lang_pair=='en|en')
		return;
	else if(window.location.hostname!='www.iceland-hunting.dev3.dacoda.com' && lang_pair=='en|en')
		window.location=unescape(gfg('u'));
	else if(window.location.hostname=='www.iceland-hunting.dev3.dacoda.com' && lang_pair!='en|en')
		window.location='http://64.233.179.104/translate_c?hl=en&langpair='+lang_pair+'&u='+window.location.href;
	else
		window.location='http://64.233.179.104/translate_c?hl=en&&langpair='+lang_pair+'&u='+window.location.href;
}
function gfg(name) 
{
	name=name.replace(/[[]/,"[").replace(/[]]/,"]");
	var regexS="[?&]"+name+"=([^&#]*)";
	var regex=new RegExp(regexS);
	var results=regex.exec(window.location.href);
	if(results==null)
		return '';

	return results[1];
}
