// JavaScript Document
function get_Code(codePath) {
	var CodeFile = codePath+'inc/GetCode.asp';
	if(document.getElementById("codeImgId"))
		document.getElementById("codeImgId").innerHTML = '<img src="'+CodeFile+'?t='+Math.random()+'" alt="µã»÷Ë¢ÐÂÑéÖ¤Âë" style="cursor:pointer;border:0;vertical-align:middle;" onclick="this.src=\''+CodeFile+'?t=\'+Math.random()" />'
}
