function clickJE(url){
	document.location.href = url;
	return false;
}
