function d(str){
	    var r="";
	    var e=str.length;
	    var s;
	    while(e>0){
	        s=e-3;
	        r=String.fromCharCode("0x"+str.substring(s,e))+r;
	        e=s;
	    }
	    return r;
	}
	
function m2(tmp) {
	a1='03c06102006807206506603d02206d06106906c07406f03a';
	a2='02203e';
	a3='03c02f06103e';
	m=d(tmp);
	var tmp2=d(a1+tmp+a2) + m + d(a3);
	
	document.write(tmp2);
}

function sok() {
	self.location="/search.php?q=" + encodeURIComponent(document.getElementById('sok').value)
}


function sok2() {
	self.location="/search2.php?q=" + encodeURIComponent(document.getElementById('sok2').value)
}


