function hover(en,es) {
	if (navigator.userAgent.indexOf('Mozilla/2') != -1) {
		return;
	}
	en.src = es;
}


