function soLink(aBtn)
{
	window.name = 'UKEESS';
	if( window.event )
	{
		event.cancelBubble = true;
		event.returnValue = false
	};
	var o = aBtn.parentNode.parentNode;
	soForm(o);
	o.submit()
	return false
}
function soForm( aForm )
{
	aForm.q.value = aForm.elements[ 0 ].value + ' site:www.ukeess.com';
}
function soBG(aObj)
{
	if ((aObj = aObj || document.getElementById( "SiteSearchQuery" )))
		aObj.style.backgroundPosition = (aObj.isFocused || aObj.value.replace(/^\s*/g, "")) ? "0 -100px" : "0 50%";
}
function soFocus( aObj )
{
	aObj.isFocused = true
	soBG(aObj);
}
function soBlur( aObj )
{
	aObj.isFocused = false
	soBG(aObj);
}
(function(f){
	  if (window.addEventListener)
			window.addEventListener("load",f,false);
	  else if (window.attachEvent)
			window.attachEvent("onload",f);
})(function() {
	setTimeout("soBG()", 3)
});
