//#########################  unfocus link  ########################//
//-------- ©2002 Gianni Bellono <http://gbellono.4pro.net/> -------//
//--------      if you use this script, please be fair      -------//
//--------           and don't strip the credits            -------//
//_________________________________________________________________//
//------- required xtra scripts:
//checkbrwsr.js
//_________________________________________________________________//

function defocus(x) {
	if (is.mac && is.ie4) {
		x.blur();
	} else {
		if(x.blur) x.blur();
	}
}