function shildCheck(path){
	var info_path = path.replace('sealValidate.php','sealValidate_info.php')
	path += "&h=";
	path += document.domain;
	var im = new Image();
	im.src = path;
	im.border = 0;
	var ln = document.createElement("a");
	ln.setAttribute("href",info_path);
	ln.setAttribute("target","_blank");
	ln.appendChild(im)
	//document.getElementById('aexceacontainer').appendChild(im);
	document.getElementById('aexceacontainer').appendChild(ln);
	//alert(im);
}