//document.observe("dom:loaded", function() {

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(location.hostname=='hornitband.com' && lang_pair=='en|en')
		return;
	else if(location.hostname!='hornitband.com' && lang_pair=='en|en')
		location.href=unescape(gfg('u'));
	else if(location.hostname=='hornitband.com' && lang_pair!='en|en')
		location.href='http://translate.google.com/translate?client=tmpg&hl=en&langpair='+lang_pair+'&u='+escape(location.href);
	else 
		location.href='http://translate.google.com/translate?client=tmpg&hl=en&langpair='+lang_pair+'&u='+unescape(gfg('u'));
	}
    
function gfg(name) {
	name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
	var regexS="[\\?&]"+name+"=([^&#]*)";
	var regex=new RegExp(regexS);
	var results=regex.exec(location.href);
	if(results==null)return '';
	return results[1];
	}

//});

