function ov(s)
{
 document.getElementById(s).style.cursor="pointer";
 document.getElementById(s).style.textDecoration="underline";
 window.status=s;
}
function ou(s)
{
 document.getElementById(s).style.cursor="default";
 document.getElementById(s).style.textDecoration="none";
 window.status='';
}

function blur2(){if(document.ord.q.value=="Search Best News and Research Sites"){document.ord.q.value="";}}
function blur3(){if(document.ord.q.value==""){document.ord.q.value="Search Best News and Research Sites";}}

function Mk(str){
	str= unescape(str);
	s='';
	for(i=0;i<str.length;i++){
		s+=String.fromCharCode(str.charCodeAt(i)-1);
	}
	return s;
}
